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
- TextSerializer.cs
- Binding.cs
- XPathParser.cs
- InteropBitmapSource.cs
- Boolean.cs
- ResourceDisplayNameAttribute.cs
- DiscoveryEndpoint.cs
- TextModifier.cs
- WorkflowServiceNamespace.cs
- EventHandlerList.cs
- WeakReferenceEnumerator.cs
- Wizard.cs
- XomlCompilerResults.cs
- TypedTableBase.cs
- IntSecurity.cs
- EventLogPropertySelector.cs
- __ComObject.cs
- HwndMouseInputProvider.cs
- NullableBoolConverter.cs
- XmlSchemaObjectCollection.cs
- RelativeSource.cs
- Quaternion.cs
- WebRequestModuleElementCollection.cs
- Trigger.cs
- NameValuePermission.cs
- LZCodec.cs
- CodeVariableReferenceExpression.cs
- LineServicesRun.cs
- WebUtil.cs
- InvokeHandlers.cs
- UidPropertyAttribute.cs
- ControlValuePropertyAttribute.cs
- GCHandleCookieTable.cs
- WeakReferenceEnumerator.cs
- WindowsTokenRoleProvider.cs
- Misc.cs
- SourceItem.cs
- XmlDataImplementation.cs
- SizeAnimationUsingKeyFrames.cs
- JsonFormatWriterGenerator.cs
- NativeMethods.cs
- VisualTreeUtils.cs
- TextLineBreak.cs
- PageAsyncTask.cs
- TemplateBaseAction.cs
- QuadraticBezierSegment.cs
- SchemaTypeEmitter.cs
- XmlILConstructAnalyzer.cs
- VariableExpressionConverter.cs
- DataGridViewRowPostPaintEventArgs.cs
- XmlName.cs
- MethodExpr.cs
- DecimalAnimationUsingKeyFrames.cs
- InboundActivityHelper.cs
- BaseHashHelper.cs
- ToolStripProgressBar.cs
- StretchValidation.cs
- ContentControl.cs
- RunWorkerCompletedEventArgs.cs
- TimeSpanMinutesConverter.cs
- DynamicEndpoint.cs
- BulletedListEventArgs.cs
- PassportPrincipal.cs
- TreeView.cs
- GZipDecoder.cs
- RegistrySecurity.cs
- PolicyStatement.cs
- Adorner.cs
- ToolStripSplitButton.cs
- WebPermission.cs
- NoneExcludedImageIndexConverter.cs
- Model3D.cs
- DoubleLinkList.cs
- DataRowComparer.cs
- NumberFormatInfo.cs
- MessageHeaderException.cs
- PeerNameRecord.cs
- NativeMethods.cs
- NamespaceEmitter.cs
- PageCanvasSize.cs
- CancellationTokenSource.cs
- PlaceHolder.cs
- DataGridViewRowsRemovedEventArgs.cs
- QueryTaskGroupState.cs
- RectangleF.cs
- DataColumnMapping.cs
- BitmapImage.cs
- ModuleConfigurationInfo.cs
- DirectionalLight.cs
- EmptyStringExpandableObjectConverter.cs
- Configuration.cs
- CookieParameter.cs
- PageRouteHandler.cs
- StyleHelper.cs
- WebPartsPersonalization.cs
- TimeStampChecker.cs
- path.cs
- ZipIOFileItemStream.cs
- IdleTimeoutMonitor.cs
- Filter.cs