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
- ViewManager.cs
- DrawingGroup.cs
- GZipDecoder.cs
- _SecureChannel.cs
- CachedPathData.cs
- JsonReaderDelegator.cs
- IgnoreSection.cs
- odbcmetadatacollectionnames.cs
- GridViewPageEventArgs.cs
- MatrixTransform3D.cs
- MessageBox.cs
- Evaluator.cs
- TableStyle.cs
- localization.cs
- ProviderUtil.cs
- IdentityManager.cs
- IHttpResponseInternal.cs
- MetadataPropertyvalue.cs
- XmlNamespaceMappingCollection.cs
- WinEventHandler.cs
- ThemeableAttribute.cs
- DecimalAverageAggregationOperator.cs
- SHA1.cs
- ExpressionCopier.cs
- DefaultWorkflowSchedulerService.cs
- lengthconverter.cs
- MetaTableHelper.cs
- CryptoConfig.cs
- SmiConnection.cs
- OracleConnectionStringBuilder.cs
- XPathNavigatorException.cs
- EdmToObjectNamespaceMap.cs
- RefExpr.cs
- CultureSpecificStringDictionary.cs
- DataBindingExpressionBuilder.cs
- ServiceModelEnhancedConfigurationElementCollection.cs
- HttpModuleAction.cs
- VirtualPathData.cs
- DataRelation.cs
- ItemCheckedEvent.cs
- WindowsImpersonationContext.cs
- ObjectDataSource.cs
- CreateUserWizardStep.cs
- NativeRecognizer.cs
- AuthorizationBehavior.cs
- MimeObjectFactory.cs
- JoinGraph.cs
- OdbcParameterCollection.cs
- TransformProviderWrapper.cs
- DocumentOrderQuery.cs
- GroupItem.cs
- StringValueSerializer.cs
- TypeBuilderInstantiation.cs
- DictionaryBase.cs
- URLMembershipCondition.cs
- OciHandle.cs
- DataMemberListEditor.cs
- DBCommandBuilder.cs
- ProfileProvider.cs
- _IPv4Address.cs
- DelayedRegex.cs
- Mutex.cs
- KeyValuePair.cs
- ExitEventArgs.cs
- Expressions.cs
- EntityClientCacheEntry.cs
- StylusPointDescription.cs
- PopupEventArgs.cs
- ConsoleCancelEventArgs.cs
- XmlNamedNodeMap.cs
- ISFClipboardData.cs
- FrameworkElementAutomationPeer.cs
- OptimizedTemplateContent.cs
- tibetanshape.cs
- ComponentSerializationService.cs
- NGCPageContentSerializerAsync.cs
- MessageBox.cs
- SponsorHelper.cs
- BigInt.cs
- Number.cs
- TableParaClient.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- DataBoundLiteralControl.cs
- SecurityTokenProvider.cs
- SafeNativeMethods.cs
- XmlTextReader.cs
- LinqDataSourceDeleteEventArgs.cs
- AbandonedMutexException.cs
- _ConnectStream.cs
- XmlSchemaValidationException.cs
- ScheduleChanges.cs
- ConsoleEntryPoint.cs
- OleDbConnection.cs
- WebServicesSection.cs
- WebEvents.cs
- BitmapVisualManager.cs
- DBSchemaRow.cs
- BitmapSourceSafeMILHandle.cs
- XmlMtomReader.cs
- WebPartDisplayModeEventArgs.cs