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
- ExpressionConverter.cs
- Token.cs
- SamlAttributeStatement.cs
- VirtualizingStackPanel.cs
- Application.cs
- PlatformCulture.cs
- XmlSchemaValidator.cs
- EllipticalNodeOperations.cs
- TraceProvider.cs
- AuthenticationSection.cs
- TextAnchor.cs
- ZoneButton.cs
- DataControlImageButton.cs
- Maps.cs
- ReflectionUtil.cs
- OracleInternalConnection.cs
- ChtmlCommandAdapter.cs
- TreeSet.cs
- ProviderConnectionPoint.cs
- ProfileSettingsCollection.cs
- AttributeCollection.cs
- CssTextWriter.cs
- mediapermission.cs
- VirtualDirectoryMapping.cs
- HttpContext.cs
- DocumentApplicationDocumentViewer.cs
- ListViewItem.cs
- HttpListenerResponse.cs
- XmlSchemaInferenceException.cs
- GenericPrincipal.cs
- cookiecollection.cs
- Utilities.cs
- QilInvokeEarlyBound.cs
- StateChangeEvent.cs
- ImageConverter.cs
- MemberAccessException.cs
- Operators.cs
- XmlText.cs
- Selection.cs
- serverconfig.cs
- BidPrivateBase.cs
- CryptoHandle.cs
- DbParameterCollection.cs
- CodeArrayIndexerExpression.cs
- CapabilitiesState.cs
- WebPartTransformerAttribute.cs
- GregorianCalendar.cs
- CompilationLock.cs
- FormsAuthenticationConfiguration.cs
- TransactionProtocol.cs
- DataGridViewSelectedRowCollection.cs
- TextEffectResolver.cs
- Package.cs
- SqlTrackingQuery.cs
- Connector.cs
- Dispatcher.cs
- Int16.cs
- RightsManagementEncryptionTransform.cs
- SequenceFullException.cs
- XamlSerializerUtil.cs
- DetailsViewDeleteEventArgs.cs
- CodeObject.cs
- ExecutionContext.cs
- PassportAuthentication.cs
- odbcmetadatafactory.cs
- Journal.cs
- ParseNumbers.cs
- DataGridViewCellStyleConverter.cs
- HtmlDocument.cs
- _SslStream.cs
- ThemeDirectoryCompiler.cs
- TabControlCancelEvent.cs
- ExtensibleClassFactory.cs
- ReceiveErrorHandling.cs
- _KerberosClient.cs
- GeometryDrawing.cs
- HttpResponse.cs
- ListViewGroup.cs
- GridView.cs
- PartitionResolver.cs
- _NestedSingleAsyncResult.cs
- OdbcFactory.cs
- ReservationNotFoundException.cs
- ProcessRequestArgs.cs
- Sql8ConformanceChecker.cs
- OracleCommand.cs
- GenerateTemporaryTargetAssembly.cs
- Imaging.cs
- BamlStream.cs
- RichTextBox.cs
- WebPartAddingEventArgs.cs
- Symbol.cs
- CaseExpr.cs
- LoginNameDesigner.cs
- StreamGeometry.cs
- DiscoveryDocumentSearchPattern.cs
- AssociationEndMember.cs
- SymbolType.cs
- PartialCachingAttribute.cs
- RoleManagerModule.cs