Code:
/ FX-1434 / FX-1434 / 1.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
- SoapFormatExtensions.cs
- ConfigurationSectionGroup.cs
- SafeFileMapViewHandle.cs
- FontNamesConverter.cs
- JsonFormatGeneratorStatics.cs
- TableProviderWrapper.cs
- FixedSOMTextRun.cs
- OperationContext.cs
- DnsPermission.cs
- QueryInterceptorAttribute.cs
- Soap.cs
- IssuedTokenClientCredential.cs
- IdentityManager.cs
- figurelength.cs
- Selection.cs
- HebrewCalendar.cs
- FlowLayoutSettings.cs
- DataBindEngine.cs
- DbSource.cs
- XomlCompilerHelpers.cs
- PeerToPeerException.cs
- Pair.cs
- Size.cs
- MultipartIdentifier.cs
- RSAPKCS1SignatureDeformatter.cs
- StrokeNodeEnumerator.cs
- FormatterServices.cs
- RelationshipEndCollection.cs
- TouchFrameEventArgs.cs
- TreeNodeCollection.cs
- Vertex.cs
- TabControlEvent.cs
- Buffer.cs
- COM2Properties.cs
- SingleTagSectionHandler.cs
- SelectorAutomationPeer.cs
- ListViewItem.cs
- MembershipPasswordException.cs
- CubicEase.cs
- WebPartEditorApplyVerb.cs
- ToolboxCategory.cs
- TrackingProfile.cs
- AxParameterData.cs
- AffineTransform3D.cs
- Part.cs
- MetaModel.cs
- AnnotationDocumentPaginator.cs
- TextEditorMouse.cs
- MDIClient.cs
- DataKey.cs
- ActivityInstanceReference.cs
- WindowsComboBox.cs
- TreeViewImageIndexConverter.cs
- validation.cs
- FormView.cs
- OutputCacheSection.cs
- InfoCard.cs
- NotImplementedException.cs
- HelloMessageCD1.cs
- DrawingCollection.cs
- ListChangedEventArgs.cs
- MetadataArtifactLoaderFile.cs
- SchemaCollectionCompiler.cs
- StrokeCollection2.cs
- XmlObjectSerializer.cs
- DataBinding.cs
- shaper.cs
- IChannel.cs
- Bits.cs
- FlowNode.cs
- BorderSidesEditor.cs
- SmtpNegotiateAuthenticationModule.cs
- GregorianCalendarHelper.cs
- RepeaterItemEventArgs.cs
- MessageEncodingBindingElementImporter.cs
- EntityDataSourceWrapper.cs
- OperationAbortedException.cs
- ClientScriptManagerWrapper.cs
- PropertyChangingEventArgs.cs
- DataListItemEventArgs.cs
- ColumnResizeAdorner.cs
- PenThread.cs
- ViewBase.cs
- BitmapImage.cs
- UIServiceHelper.cs
- DataControlFieldHeaderCell.cs
- PartialCachingAttribute.cs
- WindowsTreeView.cs
- PeerPresenceInfo.cs
- LeftCellWrapper.cs
- Visual3D.cs
- ProcessModule.cs
- HtmlInputText.cs
- PropertyEntry.cs
- ThreadPool.cs
- SHA384Managed.cs
- StartUpEventArgs.cs
- LinearGradientBrush.cs
- RawKeyboardInputReport.cs
- UidManager.cs