Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / ListViewSortEventArgs.cs / 1305376 / ListViewSortEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Collections.Specialized; using System.ComponentModel; namespace System.Web.UI.WebControls { public class ListViewSortEventArgs : CancelEventArgs { private string _sortExpression; private SortDirection _sortDirection; public ListViewSortEventArgs(string sortExpression, SortDirection sortDirection) : base(false) { this._sortExpression = sortExpression; this._sortDirection = sortDirection; } ////// public SortDirection SortDirection { get { return _sortDirection; } set { _sortDirection = value; } } ///Gets the direction used to sort. ////// public string SortExpression { get { return _sortExpression; } set { _sortExpression = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets the expression used to sort. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Collections.Specialized; using System.ComponentModel; namespace System.Web.UI.WebControls { public class ListViewSortEventArgs : CancelEventArgs { private string _sortExpression; private SortDirection _sortDirection; public ListViewSortEventArgs(string sortExpression, SortDirection sortDirection) : base(false) { this._sortExpression = sortExpression; this._sortDirection = sortDirection; } ////// public SortDirection SortDirection { get { return _sortDirection; } set { _sortDirection = value; } } ///Gets the direction used to sort. ////// public string SortExpression { get { return _sortExpression; } set { _sortExpression = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets the expression used to sort. ///
Link Menu
This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OdbcTransaction.cs
- ReplacementText.cs
- ExceptionRoutedEventArgs.cs
- ToolStripSplitStackLayout.cs
- HGlobalSafeHandle.cs
- ToolBarButtonClickEvent.cs
- ItemType.cs
- XmlQueryType.cs
- SQLInt32.cs
- CallbackHandler.cs
- SqlTriggerAttribute.cs
- HttpProfileBase.cs
- ConstructorBuilder.cs
- MethodRental.cs
- DrawingContextDrawingContextWalker.cs
- TimersDescriptionAttribute.cs
- BackgroundWorker.cs
- QueueProcessor.cs
- XmlSerializableWriter.cs
- MailAddressCollection.cs
- NavigationService.cs
- InvalidProgramException.cs
- CompilerGeneratedAttribute.cs
- PeerObject.cs
- TypeLoadException.cs
- DataGridSortingEventArgs.cs
- ProfileSettings.cs
- OdbcRowUpdatingEvent.cs
- FlatButtonAppearance.cs
- CharKeyFrameCollection.cs
- BmpBitmapDecoder.cs
- BufferedStream.cs
- ValueOfAction.cs
- ProtectedProviderSettings.cs
- TemplatePropertyEntry.cs
- Section.cs
- XmlBinaryReader.cs
- ContextMarshalException.cs
- SourceSwitch.cs
- ColorAnimationBase.cs
- XmlDataProvider.cs
- FixedSOMPage.cs
- TableLayoutCellPaintEventArgs.cs
- MessageDecoder.cs
- WinCategoryAttribute.cs
- GlobalizationAssembly.cs
- ToolStripManager.cs
- BrushMappingModeValidation.cs
- TransactionState.cs
- DeferredSelectedIndexReference.cs
- ADMembershipUser.cs
- Vector3DAnimationBase.cs
- OleDbError.cs
- WebScriptMetadataMessage.cs
- OracleConnectionStringBuilder.cs
- ServiceModelDictionary.cs
- IResourceProvider.cs
- _UriTypeConverter.cs
- ItemsControl.cs
- AttributeTable.cs
- SiteMapNode.cs
- InputBindingCollection.cs
- ExpressionStringBuilder.cs
- ListManagerBindingsCollection.cs
- SqlDataSourceCache.cs
- ActivationService.cs
- SqlFacetAttribute.cs
- TrackingProfileCache.cs
- listviewsubitemcollectioneditor.cs
- GeneralTransform2DTo3DTo2D.cs
- documentsequencetextview.cs
- FontDriver.cs
- QilXmlReader.cs
- SiteMapHierarchicalDataSourceView.cs
- XPathNodeHelper.cs
- ToolZone.cs
- QueryAccessibilityHelpEvent.cs
- RegexMatchCollection.cs
- SafeHandle.cs
- OutputCacheProfileCollection.cs
- VersionedStreamOwner.cs
- DropSource.cs
- WindowsFont.cs
- Utility.cs
- QueryOpcode.cs
- COM2IVsPerPropertyBrowsingHandler.cs
- SingleAnimation.cs
- EndEvent.cs
- AdCreatedEventArgs.cs
- ToolBarDesigner.cs
- ClientSideProviderDescription.cs
- PageAsyncTask.cs
- DataSourceHelper.cs
- SamlAuthenticationClaimResource.cs
- VectorCollectionValueSerializer.cs
- ActivityPropertyReference.cs
- TextModifier.cs
- ScrollEvent.cs
- precedingquery.cs
- dataprotectionpermission.cs