Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / GridViewSortEventArgs.cs / 1305376 / GridViewSortEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.ComponentModel; ////// public class GridViewSortEventArgs : CancelEventArgs { private string _sortExpression; private SortDirection _sortDirection; ///Provides data for the ///event of a . /// /// public GridViewSortEventArgs(string sortExpression, SortDirection sortDirection) { this._sortExpression = sortExpression; this._sortDirection = sortDirection; } ///Initializes a new instance of the ///class. /// public SortDirection SortDirection { get { return _sortDirection; } set { _sortDirection = value; } } ///Gets the direction used to sort. ////// public string SortExpression { get { return _sortExpression; } set { _sortExpression = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the expression used to sort. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ProcessModelInfo.cs
- MutexSecurity.cs
- TextViewSelectionProcessor.cs
- Renderer.cs
- LiteralControl.cs
- BaseTemplateCodeDomTreeGenerator.cs
- DoubleLink.cs
- StringWriter.cs
- PreviewPageInfo.cs
- PropertyGroupDescription.cs
- MetadataItem_Static.cs
- DynamicResourceExtension.cs
- AssertFilter.cs
- Config.cs
- DoubleLinkList.cs
- ObjRef.cs
- WebPartMinimizeVerb.cs
- NoResizeSelectionBorderGlyph.cs
- DataSourceCacheDurationConverter.cs
- ListBox.cs
- AsymmetricSignatureDeformatter.cs
- DescendentsWalker.cs
- ComponentCommands.cs
- Reference.cs
- CheckBox.cs
- ParseChildrenAsPropertiesAttribute.cs
- PointF.cs
- RequestCacheValidator.cs
- ReadOnlyCollection.cs
- HttpPostServerProtocol.cs
- SessionPageStateSection.cs
- InternalCache.cs
- RegexTree.cs
- TextDecorationCollectionConverter.cs
- WebControl.cs
- UserControl.cs
- RouteUrlExpressionBuilder.cs
- TransformProviderWrapper.cs
- WebPartDisplayModeCancelEventArgs.cs
- DataTemplate.cs
- TextElementCollection.cs
- CorrelationManager.cs
- ExecutedRoutedEventArgs.cs
- DecoderNLS.cs
- ConstructorExpr.cs
- DbDataSourceEnumerator.cs
- Literal.cs
- DateTimeFormatInfoScanner.cs
- PathGeometry.cs
- NativeMethodsCLR.cs
- HandleRef.cs
- OleDbReferenceCollection.cs
- ExceptionUtil.cs
- Cursor.cs
- EnvelopedSignatureTransform.cs
- StateDesignerConnector.cs
- ITreeGenerator.cs
- BindingEditor.xaml.cs
- GeometryConverter.cs
- SimpleRecyclingCache.cs
- Assembly.cs
- UnsafeNativeMethods.cs
- GridViewSortEventArgs.cs
- TreeNodeCollection.cs
- DurableInstanceProvider.cs
- EntityUtil.cs
- SessionSwitchEventArgs.cs
- Win32.cs
- METAHEADER.cs
- SymbolMethod.cs
- QilChoice.cs
- DataGridLinkButton.cs
- HttpContext.cs
- FileUtil.cs
- XmlDataProvider.cs
- HitTestParameters.cs
- RowBinding.cs
- CancelEventArgs.cs
- TextElementEditingBehaviorAttribute.cs
- DebugControllerThread.cs
- PerformanceCounterManager.cs
- XNodeValidator.cs
- ScriptingAuthenticationServiceSection.cs
- StringOutput.cs
- ScrollEvent.cs
- SettingsPropertyValueCollection.cs
- SendingRequestEventArgs.cs
- DataRowCollection.cs
- ResourceDefaultValueAttribute.cs
- CodeSnippetTypeMember.cs
- CharUnicodeInfo.cs
- SchemeSettingElementCollection.cs
- XmlHierarchicalEnumerable.cs
- EntityDataSourceChangingEventArgs.cs
- InternalConfigConfigurationFactory.cs
- ViewManagerAttribute.cs
- SolidBrush.cs
- SafeSecurityHelper.cs
- ListItemCollection.cs
- BookmarkEventArgs.cs