Code:
/ 4.0 / 4.0 / 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. ///// 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
- NumberSubstitution.cs
- ScriptingProfileServiceSection.cs
- AndCondition.cs
- UnsafeNativeMethods.cs
- IListConverters.cs
- Base64Stream.cs
- __Error.cs
- _HeaderInfo.cs
- ImageUrlEditor.cs
- ObjectDataSourceDisposingEventArgs.cs
- RowSpanVector.cs
- SmtpLoginAuthenticationModule.cs
- DataExchangeServiceBinder.cs
- WebControlParameterProxy.cs
- SelectedDatesCollection.cs
- CodeCastExpression.cs
- ACE.cs
- Propagator.Evaluator.cs
- BulletedListDesigner.cs
- HttpStreamMessage.cs
- DocumentPage.cs
- CharAnimationUsingKeyFrames.cs
- SqlUDTStorage.cs
- MarkupProperty.cs
- PerformanceCountersElement.cs
- AppendHelper.cs
- LogReservationCollection.cs
- DataGridViewLayoutData.cs
- CapacityStreamGeometryContext.cs
- WmlPhoneCallAdapter.cs
- EncryptedType.cs
- BrowserCapabilitiesFactory.cs
- StylusTip.cs
- EditorZoneBase.cs
- SafeLibraryHandle.cs
- IItemProperties.cs
- WebPartCollection.cs
- DbException.cs
- ZipFileInfo.cs
- BamlMapTable.cs
- AutoResizedEvent.cs
- StringComparer.cs
- BamlRecordWriter.cs
- TypeSystemHelpers.cs
- DatatypeImplementation.cs
- ReliableSessionElement.cs
- ReflectionServiceProvider.cs
- OpCellTreeNode.cs
- FormatConvertedBitmap.cs
- CodeSnippetStatement.cs
- Encoder.cs
- Context.cs
- WebPartDescriptionCollection.cs
- DefaultSection.cs
- MD5.cs
- ThemeDictionaryExtension.cs
- CodeCommentStatement.cs
- NodeFunctions.cs
- WindowsGraphics.cs
- dataSvcMapFileLoader.cs
- IconConverter.cs
- DiscoveryClientRequestChannel.cs
- XmlSchemaSearchPattern.cs
- NavigationProgressEventArgs.cs
- DiscoveryDocumentSearchPattern.cs
- InstallerTypeAttribute.cs
- oledbconnectionstring.cs
- SchemaImporterExtensionElement.cs
- Util.cs
- SQLResource.cs
- RemotingConfiguration.cs
- TraceInternal.cs
- ControlType.cs
- XPathEmptyIterator.cs
- QilUnary.cs
- IPAddress.cs
- XmlArrayItemAttributes.cs
- InstanceNormalEvent.cs
- ApplicationException.cs
- ExtendedPropertyDescriptor.cs
- XamlReader.cs
- IPPacketInformation.cs
- ScrollData.cs
- StrokeNodeEnumerator.cs
- RegexMatch.cs
- TransformGroup.cs
- DataGridViewColumn.cs
- BooleanConverter.cs
- HebrewCalendar.cs
- PageCatalogPart.cs
- AffineTransform3D.cs
- _SpnDictionary.cs
- ProfilePropertySettings.cs
- ThreadSafeList.cs
- XsdBuilder.cs
- ExpandableObjectConverter.cs
- TriState.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- FormViewRow.cs
- DefaultCommandExtensionCallback.cs