Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.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
- MessageDescription.cs
- Vector3DAnimation.cs
- AsymmetricSignatureDeformatter.cs
- SplitContainer.cs
- DocumentViewer.cs
- ImageMapEventArgs.cs
- InternalMappingException.cs
- AnonymousIdentificationSection.cs
- XMLSyntaxException.cs
- ColumnMapProcessor.cs
- TransformerInfo.cs
- EntitySetBaseCollection.cs
- SafeEventLogReadHandle.cs
- PackWebResponse.cs
- DbConnectionInternal.cs
- FixedPage.cs
- DataPointer.cs
- LifetimeManager.cs
- CodeArrayIndexerExpression.cs
- ValidationResults.cs
- SqlServer2KCompatibilityAnnotation.cs
- WindowsAuthenticationModule.cs
- ConnectionPoint.cs
- FontStretches.cs
- NavigationPropertyAccessor.cs
- OrderByLifter.cs
- SymbolTable.cs
- Encoder.cs
- QueueProcessor.cs
- LineInfo.cs
- ImmutablePropertyDescriptorGridEntry.cs
- AvTraceFormat.cs
- TypeReference.cs
- OverflowException.cs
- DesignerSerializerAttribute.cs
- MexHttpBindingCollectionElement.cs
- LinqDataSourceContextEventArgs.cs
- Int64AnimationBase.cs
- ControlParameter.cs
- PrintPreviewDialog.cs
- XamlClipboardData.cs
- DrawingContext.cs
- WebFormDesignerActionService.cs
- StylusOverProperty.cs
- Quaternion.cs
- SafeProcessHandle.cs
- StylusOverProperty.cs
- ConfigurationStrings.cs
- CodeDomLoader.cs
- TemplateModeChangedEventArgs.cs
- ControlBuilderAttribute.cs
- XPathSingletonIterator.cs
- HttpModuleActionCollection.cs
- BuildProvider.cs
- UITypeEditor.cs
- FieldToken.cs
- CLRBindingWorker.cs
- NativeMethods.cs
- TransformerConfigurationWizardBase.cs
- SqlBulkCopyColumnMappingCollection.cs
- SplashScreen.cs
- Compiler.cs
- DataBoundControl.cs
- _CommandStream.cs
- NumberSubstitution.cs
- PropertyDescriptorCollection.cs
- SafePointer.cs
- StylusDownEventArgs.cs
- ActivityTypeResolver.xaml.cs
- FormatterConverter.cs
- PathGeometry.cs
- recordstatescratchpad.cs
- SurrogateSelector.cs
- TextMetrics.cs
- InvalidProgramException.cs
- ProfileBuildProvider.cs
- ParameterCollection.cs
- GroupByExpressionRewriter.cs
- ADMembershipProvider.cs
- UnsafeNativeMethods.cs
- ErrorRuntimeConfig.cs
- IIS7WorkerRequest.cs
- DateTimeValueSerializerContext.cs
- FixedNode.cs
- PageClientProxyGenerator.cs
- QuaternionAnimationBase.cs
- Sql8ConformanceChecker.cs
- ProtocolsSection.cs
- AssemblyResourceLoader.cs
- StackSpiller.Generated.cs
- mediaeventshelper.cs
- NavigationPropertyEmitter.cs
- ModuleBuilderData.cs
- RawMouseInputReport.cs
- EventHandlerList.cs
- DockPattern.cs
- InstalledVoice.cs
- DataFormats.cs
- SafeLibraryHandle.cs
- MeasureData.cs