Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebControls / DataGridSortCommandEventArgs.cs / 1 / DataGridSortCommandEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class DataGridSortCommandEventArgs : EventArgs { private string sortExpression; private object commandSource; ///Provides data for the ///event of a . /// /// public DataGridSortCommandEventArgs(object commandSource, DataGridCommandEventArgs dce) { this.commandSource = commandSource; this.sortExpression = (string)dce.CommandArgument; } ///Initializes a new instance of the ///class. /// public object CommandSource { get { return commandSource; } } ///Gets the source of the command. This property is read-only. ////// public string SortExpression { get { return sortExpression; } } } }Gets the expression used to sort. This property is read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UnknownWrapper.cs
- Compiler.cs
- SpotLight.cs
- WorkflowDefinitionDispenser.cs
- ScrollProviderWrapper.cs
- MimeTypePropertyAttribute.cs
- WpfGeneratedKnownTypes.cs
- SqlDataSourceConnectionPanel.cs
- ColorAnimationBase.cs
- TabletDeviceInfo.cs
- HtmlInputHidden.cs
- XmlDictionaryString.cs
- SectionXmlInfo.cs
- ListViewGroupConverter.cs
- _IPv6Address.cs
- Itemizer.cs
- ClientClassGenerator.cs
- TogglePatternIdentifiers.cs
- FileAuthorizationModule.cs
- ImpersonateTokenRef.cs
- WriteLineDesigner.xaml.cs
- GridViewRowPresenterBase.cs
- ProfileBuildProvider.cs
- HeaderCollection.cs
- WebServiceHandlerFactory.cs
- WorkflowControlClient.cs
- ChtmlTextWriter.cs
- HtmlToClrEventProxy.cs
- EventlogProvider.cs
- CellParagraph.cs
- Timeline.cs
- NavigationHelper.cs
- RuntimeComponentFilter.cs
- SystemIPGlobalProperties.cs
- ObjectStateEntry.cs
- XhtmlBasicTextViewAdapter.cs
- PngBitmapEncoder.cs
- TextLineResult.cs
- BufferedGraphicsContext.cs
- HttpCacheVaryByContentEncodings.cs
- Transform3D.cs
- PointKeyFrameCollection.cs
- BaseAsyncResult.cs
- SqlConnectionPoolGroupProviderInfo.cs
- VariableAction.cs
- ADMembershipUser.cs
- FocusWithinProperty.cs
- TabItem.cs
- PersonalizationState.cs
- TransformPatternIdentifiers.cs
- CompressStream.cs
- ElementAtQueryOperator.cs
- DoWorkEventArgs.cs
- MetafileHeaderWmf.cs
- TextDecorationCollection.cs
- HostSecurityManager.cs
- CheckBox.cs
- ToolboxComponentsCreatedEventArgs.cs
- RegistryDataKey.cs
- Ref.cs
- ListDictionaryInternal.cs
- PowerModeChangedEventArgs.cs
- OpacityConverter.cs
- SecurityUtils.cs
- SharedPersonalizationStateInfo.cs
- SystemIcmpV6Statistics.cs
- Validator.cs
- InstanceDataCollection.cs
- ConversionContext.cs
- mansign.cs
- PassportIdentity.cs
- ColorConvertedBitmap.cs
- BrowserTree.cs
- ConsoleKeyInfo.cs
- SqlHelper.cs
- ScopedKnownTypes.cs
- RuntimeCompatibilityAttribute.cs
- AmbiguousMatchException.cs
- EditorPartChrome.cs
- WindowsIPAddress.cs
- QueryOutputWriterV1.cs
- SoapObjectInfo.cs
- ScrollBarRenderer.cs
- NonSerializedAttribute.cs
- QuaternionAnimation.cs
- WorkflowApplicationAbortedEventArgs.cs
- FormattedTextSymbols.cs
- ConfigPathUtility.cs
- PanningMessageFilter.cs
- XmlSchemaAttributeGroup.cs
- GlobalEventManager.cs
- ObjectQueryState.cs
- HeaderCollection.cs
- LambdaCompiler.Statements.cs
- CFGGrammar.cs
- DataSourceConverter.cs
- ItemContainerGenerator.cs
- RectangleGeometry.cs
- AstNode.cs
- SynchronizedInputProviderWrapper.cs