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
- ElementNotEnabledException.cs
- InvalidPropValue.cs
- Dynamic.cs
- ServiceModelConfigurationSectionCollection.cs
- XmlStreamStore.cs
- PathFigureCollection.cs
- XsltException.cs
- VariableExpressionConverter.cs
- BitmapEffectrendercontext.cs
- HttpPostedFile.cs
- MasterPageBuildProvider.cs
- EventHandlersStore.cs
- TraceXPathNavigator.cs
- CodeMethodInvokeExpression.cs
- BindingEntityInfo.cs
- SafeNativeMethods.cs
- DiscoveryClientReferences.cs
- InputBindingCollection.cs
- RecommendedAsConfigurableAttribute.cs
- ValidatorCompatibilityHelper.cs
- ChannelListenerBase.cs
- Events.cs
- EventMap.cs
- VisualBrush.cs
- FontFaceLayoutInfo.cs
- EncoderFallback.cs
- MultiSelectRootGridEntry.cs
- TreeNodeClickEventArgs.cs
- StandardCommands.cs
- DelayedRegex.cs
- UrlUtility.cs
- WindowsListViewItemStartMenu.cs
- ObjectDisposedException.cs
- WebResourceUtil.cs
- TableStyle.cs
- ComplusEndpointConfigContainer.cs
- WindowsTab.cs
- ExpressionVisitor.cs
- ToolBarPanel.cs
- CultureSpecificCharacterBufferRange.cs
- dataSvcMapFileLoader.cs
- TearOffProxy.cs
- XmlWriter.cs
- Base64Decoder.cs
- SafeReversePInvokeHandle.cs
- Triangle.cs
- SecurityUniqueId.cs
- X509CertificateClaimSet.cs
- HostExecutionContextManager.cs
- BulletChrome.cs
- MapPathBasedVirtualPathProvider.cs
- EmbeddedMailObjectsCollection.cs
- FileNotFoundException.cs
- ServiceInstallComponent.cs
- SoapExtensionTypeElementCollection.cs
- TextControl.cs
- RegexTree.cs
- MulticastDelegate.cs
- ImportContext.cs
- BindingContext.cs
- GenericTypeParameterBuilder.cs
- XmlSchemaType.cs
- SortableBindingList.cs
- ProfilePropertySettingsCollection.cs
- OdbcParameter.cs
- SqlVersion.cs
- xsdvalidator.cs
- Token.cs
- RequestCache.cs
- DebuggerAttributes.cs
- TypeSource.cs
- SchemaImporterExtensionElementCollection.cs
- ProcessModule.cs
- DispatcherHookEventArgs.cs
- ErrorProvider.cs
- GridViewRowCollection.cs
- QuaternionRotation3D.cs
- HttpDebugHandler.cs
- ConfigXmlSignificantWhitespace.cs
- DBSqlParserColumn.cs
- UIElementParagraph.cs
- ConsoleKeyInfo.cs
- XmlNamespaceDeclarationsAttribute.cs
- ClientRolePrincipal.cs
- MetadataWorkspace.cs
- ResourceExpression.cs
- BitmapEffectGroup.cs
- HttpHandlerAction.cs
- DataTablePropertyDescriptor.cs
- IntellisenseTextBox.designer.cs
- SmtpFailedRecipientException.cs
- PersonalizationState.cs
- TabControl.cs
- DelegatingConfigHost.cs
- HttpVersion.cs
- SourceChangedEventArgs.cs
- VoiceInfo.cs
- ObjectListCommandEventArgs.cs
- SmtpMail.cs
- ObjRef.cs