Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / DataGridSortCommandEventArgs.cs / 1305376 / DataGridSortCommandEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.Diagnostics.CodeAnalysis; ////// public class DataGridSortCommandEventArgs : EventArgs { private string sortExpression; private object commandSource; ///Provides data for the ///event of a . /// /// [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers")] 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.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
- ConfigurationStrings.cs
- ToolBarPanel.cs
- AsyncCompletedEventArgs.cs
- RangeValidator.cs
- ServiceInfo.cs
- ReferenceConverter.cs
- ApplicationId.cs
- XmlNodeChangedEventManager.cs
- FormView.cs
- OciHandle.cs
- Validator.cs
- StringUtil.cs
- TreeViewCancelEvent.cs
- StyleSheetComponentEditor.cs
- BooleanAnimationBase.cs
- DesignSurfaceManager.cs
- FlowPosition.cs
- OleDbParameterCollection.cs
- CollectionViewGroupInternal.cs
- StreamingContext.cs
- WindowsContainer.cs
- StringAnimationUsingKeyFrames.cs
- XmlTypeAttribute.cs
- WebPartEventArgs.cs
- ProfilePropertyMetadata.cs
- COM2ColorConverter.cs
- RangeValuePattern.cs
- LoadedOrUnloadedOperation.cs
- PenThreadWorker.cs
- Module.cs
- SchemaCompiler.cs
- ColorConvertedBitmap.cs
- MediaElement.cs
- MarkerProperties.cs
- MenuItemBindingCollection.cs
- SecUtil.cs
- LogicalCallContext.cs
- ResourceContainer.cs
- XMLUtil.cs
- TextSpanModifier.cs
- ObjectListSelectEventArgs.cs
- WebBaseEventKeyComparer.cs
- TextSelection.cs
- DesignerDataColumn.cs
- QilXmlWriter.cs
- StickyNoteContentControl.cs
- MatchingStyle.cs
- Validator.cs
- CheckedListBox.cs
- ContextMenuService.cs
- LoadedOrUnloadedOperation.cs
- MemoryRecordBuffer.cs
- EmptyCollection.cs
- LayoutTableCell.cs
- DropShadowEffect.cs
- WorkflowQueuingService.cs
- AutomationIdentifier.cs
- EnumConverter.cs
- HttpCookiesSection.cs
- CompiledRegexRunnerFactory.cs
- BinaryFormatter.cs
- CryptoApi.cs
- HttpServerUtilityWrapper.cs
- Rijndael.cs
- DataGridParentRows.cs
- WsdlBuildProvider.cs
- ConfigXmlCDataSection.cs
- LinqDataSourceValidationException.cs
- StagingAreaInputItem.cs
- CodeSpit.cs
- FrameworkElementFactory.cs
- UpdatableGenericsFeature.cs
- ImmComposition.cs
- ValidatorCompatibilityHelper.cs
- EmptyElement.cs
- PopOutPanel.cs
- DataGridCaption.cs
- SynchronizedPool.cs
- TriggerCollection.cs
- UseManagedPresentationElement.cs
- XAMLParseException.cs
- ViewSimplifier.cs
- CFGGrammar.cs
- XslAstAnalyzer.cs
- ListViewPagedDataSource.cs
- CategoryState.cs
- ClientRoleProvider.cs
- ReadOnlyActivityGlyph.cs
- CompareInfo.cs
- ValidatingCollection.cs
- CompModSwitches.cs
- WebResourceAttribute.cs
- MessageSecurityTokenVersion.cs
- InputBindingCollection.cs
- XmlObjectSerializerReadContextComplex.cs
- SessionSwitchEventArgs.cs
- parserscommon.cs
- PieceNameHelper.cs
- SqlServices.cs
- VectorAnimationUsingKeyFrames.cs