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
- GroupBox.cs
- AxHostDesigner.cs
- KeyTimeConverter.cs
- ParameterExpression.cs
- TableParaClient.cs
- CodeDomExtensionMethods.cs
- PassportIdentity.cs
- OpenTypeCommon.cs
- CDSsyncETWBCLProvider.cs
- SourceSwitch.cs
- XmlName.cs
- MasterPage.cs
- PreviewPrintController.cs
- PropertyPushdownHelper.cs
- PersistenceTypeAttribute.cs
- MaterialGroup.cs
- ActivationServices.cs
- FactorySettingsElement.cs
- WebErrorHandler.cs
- CodeExporter.cs
- NgenServicingAttributes.cs
- BrowserCapabilitiesCodeGenerator.cs
- GeometryModel3D.cs
- ToolbarAUtomationPeer.cs
- BulletedListEventArgs.cs
- PropertyValueEditor.cs
- KeySplineConverter.cs
- OutputCacheModule.cs
- FontFamily.cs
- JournalEntryListConverter.cs
- WebPartCatalogAddVerb.cs
- CompiledQuery.cs
- ReaderWriterLock.cs
- BulletChrome.cs
- UserControlCodeDomTreeGenerator.cs
- DiscoveryClientOutputChannel.cs
- NamespaceList.cs
- CommandHelper.cs
- DataGridCellsPresenter.cs
- Transactions.cs
- RTLAwareMessageBox.cs
- ProfilePropertyMetadata.cs
- ExponentialEase.cs
- ApplicationGesture.cs
- JavaScriptSerializer.cs
- VisualBasicValue.cs
- ObjectCloneHelper.cs
- CryptoConfig.cs
- SrgsOneOf.cs
- sitestring.cs
- SqlFactory.cs
- Section.cs
- _SslStream.cs
- MimeTypePropertyAttribute.cs
- TypeDescriptionProviderAttribute.cs
- CompilationSection.cs
- columnmapkeybuilder.cs
- FieldCollectionEditor.cs
- GridItemPatternIdentifiers.cs
- SiteMapNode.cs
- FieldAccessException.cs
- ControlAdapter.cs
- TextClipboardData.cs
- CopyCodeAction.cs
- Metadata.cs
- PageContentAsyncResult.cs
- TextBoxDesigner.cs
- ComPlusSynchronizationContext.cs
- UserControlBuildProvider.cs
- datacache.cs
- TypeInformation.cs
- SqlFormatter.cs
- WebPartActionVerb.cs
- ReferenceConverter.cs
- UndoManager.cs
- ComplexTypeEmitter.cs
- GetMemberBinder.cs
- sqlstateclientmanager.cs
- ApplicationSecurityInfo.cs
- ControlParser.cs
- _HelperAsyncResults.cs
- ContentPropertyAttribute.cs
- SystemWebSectionGroup.cs
- GlyphTypeface.cs
- SiteMapPath.cs
- HttpPostedFile.cs
- PropertyPanel.cs
- DataServiceRequest.cs
- Timer.cs
- FileUtil.cs
- QueryStringParameter.cs
- XPathNavigatorException.cs
- WasEndpointConfigContainer.cs
- UrlUtility.cs
- Encoding.cs
- BitmapFrameDecode.cs
- formatter.cs
- DebugTraceHelper.cs
- CodeGotoStatement.cs
- IdentityVerifier.cs