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
- IssuanceLicense.cs
- ThaiBuddhistCalendar.cs
- EnumerableRowCollectionExtensions.cs
- UIPropertyMetadata.cs
- CodeIdentifier.cs
- OutputCacheSettings.cs
- TextPattern.cs
- OracleLob.cs
- DataControlFieldTypeEditor.cs
- ConnectionDemuxer.cs
- AssemblyCollection.cs
- ReaderWriterLockWrapper.cs
- Vector3D.cs
- HMACRIPEMD160.cs
- XmlSchemaSequence.cs
- EditorZoneAutoFormat.cs
- AsymmetricKeyExchangeFormatter.cs
- CompiledRegexRunner.cs
- JsonWriterDelegator.cs
- WindowsScrollBarBits.cs
- UrlPath.cs
- ClientUtils.cs
- FixedHyperLink.cs
- RSAOAEPKeyExchangeDeformatter.cs
- ShowExpandedMultiValueConverter.cs
- CatalogZoneDesigner.cs
- DirectoryRedirect.cs
- ProfilePropertyMetadata.cs
- DataDocumentXPathNavigator.cs
- DataGridViewCellCancelEventArgs.cs
- MimeParameter.cs
- SmiMetaDataProperty.cs
- ApplicationCommands.cs
- RightNameExpirationInfoPair.cs
- MessageQueuePermissionEntry.cs
- AnnotationStore.cs
- PersonalizationProviderHelper.cs
- ResourceSet.cs
- DataGridViewLinkCell.cs
- PropertyChangedEventArgs.cs
- DetailsViewCommandEventArgs.cs
- AuthenticationModuleElementCollection.cs
- ImpersonationOption.cs
- ObjRef.cs
- ParameterModifier.cs
- ClockGroup.cs
- Model3DGroup.cs
- XmlCollation.cs
- ToolStripItemImageRenderEventArgs.cs
- SqlMetaData.cs
- DrawingContextWalker.cs
- RegexCompiler.cs
- Identifier.cs
- XmlTextReader.cs
- EventLogEntryCollection.cs
- DataGridColumnsPage.cs
- FullTextBreakpoint.cs
- KeySplineConverter.cs
- AuthorizationRule.cs
- CodeAttributeDeclarationCollection.cs
- StrongNamePublicKeyBlob.cs
- XhtmlBasicCommandAdapter.cs
- SweepDirectionValidation.cs
- IIS7UserPrincipal.cs
- VectorConverter.cs
- Comparer.cs
- WorkflowHostingResponseContext.cs
- XmlExpressionDumper.cs
- DbExpressionVisitor.cs
- XmlNamespaceDeclarationsAttribute.cs
- HttpListener.cs
- SafeSecurityHandles.cs
- ClientBuildManagerCallback.cs
- NonPrimarySelectionGlyph.cs
- DataGridViewColumnConverter.cs
- SkinBuilder.cs
- OrderedHashRepartitionEnumerator.cs
- DataGridViewRowEventArgs.cs
- UndirectedGraph.cs
- RenderingBiasValidation.cs
- XmlMapping.cs
- LockRecursionException.cs
- MultidimensionalArrayItemReference.cs
- XamlWriter.cs
- WebBrowserUriTypeConverter.cs
- HtmlInputText.cs
- DialogDivider.cs
- XmlSchemaValidator.cs
- Single.cs
- TypeHelpers.cs
- HttpVersion.cs
- TextParentUndoUnit.cs
- CompoundFileStreamReference.cs
- GetPageNumberCompletedEventArgs.cs
- ScrollViewerAutomationPeer.cs
- RuleAttributes.cs
- TryCatchDesigner.xaml.cs
- DetectRunnableInstancesTask.cs
- HtmlInputHidden.cs
- OpCopier.cs