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
- TemplateBamlRecordReader.cs
- RegistryDataKey.cs
- SearchForVirtualItemEventArgs.cs
- CopyEncoder.cs
- ActivityPreviewDesigner.cs
- XmlDownloadManager.cs
- WithStatement.cs
- QuerySetOp.cs
- XmlParser.cs
- ProtocolsConfigurationHandler.cs
- TimelineClockCollection.cs
- XmlSchemas.cs
- SessionStateContainer.cs
- DiscoveryMessageSequence.cs
- ExpressionNormalizer.cs
- SqlDependency.cs
- NamedElement.cs
- DoubleCollection.cs
- TextSearch.cs
- localization.cs
- DropDownList.cs
- CultureTable.cs
- TableRow.cs
- SqlNotificationRequest.cs
- ChainOfDependencies.cs
- RangeValidator.cs
- OdbcParameterCollection.cs
- BuildProviderUtils.cs
- XPathDocument.cs
- HasCopySemanticsAttribute.cs
- ScrollContentPresenter.cs
- WorkflowServiceHostFactory.cs
- DataBinding.cs
- TimelineGroup.cs
- WindowsListViewItemStartMenu.cs
- SqlBulkCopy.cs
- VerifyHashRequest.cs
- CompositeScriptReferenceEventArgs.cs
- ManagementScope.cs
- ResizeGrip.cs
- _FtpDataStream.cs
- ApplicationCommands.cs
- NavigatorOutput.cs
- StreamFormatter.cs
- FacetValues.cs
- DbConnectionStringCommon.cs
- DataGridViewRowsRemovedEventArgs.cs
- StreamingContext.cs
- SecuritySessionSecurityTokenProvider.cs
- SqlDataSourceSelectingEventArgs.cs
- TaiwanCalendar.cs
- ByteStreamBufferedMessageData.cs
- TransactedBatchContext.cs
- ColorConvertedBitmapExtension.cs
- TrayIconDesigner.cs
- SoapExtensionImporter.cs
- ComAdminInterfaces.cs
- XPathNodeIterator.cs
- LOSFormatter.cs
- ActivityTrace.cs
- CacheChildrenQuery.cs
- SQLStringStorage.cs
- LiteralTextContainerControlBuilder.cs
- ValueQuery.cs
- TableCellAutomationPeer.cs
- CodeAttributeArgumentCollection.cs
- QuaternionAnimation.cs
- ViewgenGatekeeper.cs
- HostingEnvironment.cs
- MultiTrigger.cs
- RunInstallerAttribute.cs
- SqlDataSource.cs
- OleDbConnectionInternal.cs
- XmlExpressionDumper.cs
- SessionPageStatePersister.cs
- DrawingState.cs
- ToolboxItemFilterAttribute.cs
- DataGridViewCellValidatingEventArgs.cs
- XmlSchemaSimpleTypeUnion.cs
- RelatedEnd.cs
- DiagnosticStrings.cs
- AuthorizationPolicyTypeElementCollection.cs
- StrokeCollectionDefaultValueFactory.cs
- BuildResultCache.cs
- EmptyReadOnlyDictionaryInternal.cs
- WebPartDisplayModeEventArgs.cs
- JavascriptCallbackResponseProperty.cs
- DesignTimeDataBinding.cs
- ExtensibleClassFactory.cs
- SQLInt32Storage.cs
- DataIdProcessor.cs
- ExtensibleClassFactory.cs
- AccessKeyManager.cs
- CharAnimationBase.cs
- CipherData.cs
- SerializationSectionGroup.cs
- InkCanvasInnerCanvas.cs
- TransformValueSerializer.cs
- D3DImage.cs
- SqlConnectionHelper.cs