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
- XmlWrappingWriter.cs
- EventListenerClientSide.cs
- ReachFixedPageSerializerAsync.cs
- ILGenerator.cs
- CodeIdentifiers.cs
- FormatterConverter.cs
- InvalidOleVariantTypeException.cs
- OrderPreservingSpoolingTask.cs
- BrowserCapabilitiesFactoryBase.cs
- ViewManager.cs
- PlatformCulture.cs
- HexParser.cs
- SharedPerformanceCounter.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- UTF8Encoding.cs
- TTSEvent.cs
- SqlWebEventProvider.cs
- PrintingPermission.cs
- SoapProtocolReflector.cs
- ReadOnlyDataSourceView.cs
- TheQuery.cs
- InvalidTimeZoneException.cs
- PropertyValueChangedEvent.cs
- CloudCollection.cs
- Publisher.cs
- TypeBrowser.xaml.cs
- TextDecorationCollection.cs
- QilXmlWriter.cs
- PrintDialogDesigner.cs
- SafeNativeMethods.cs
- CodeCompileUnit.cs
- SchemaCollectionCompiler.cs
- ComponentEvent.cs
- FontNamesConverter.cs
- SetterBase.cs
- ApplicationFileCodeDomTreeGenerator.cs
- RSAPKCS1KeyExchangeFormatter.cs
- XamlSerializationHelper.cs
- ExclusiveHandleList.cs
- PageCache.cs
- InstanceCreationEditor.cs
- TrustExchangeException.cs
- IndexOutOfRangeException.cs
- TitleStyle.cs
- ParameterCollection.cs
- SimpleWebHandlerParser.cs
- IntSecurity.cs
- LoadedEvent.cs
- System.Data.OracleClient_BID.cs
- UnsafeNativeMethodsPenimc.cs
- SID.cs
- InvalidDataException.cs
- HttpContext.cs
- TextBoxAutoCompleteSourceConverter.cs
- ThicknessAnimationBase.cs
- TraceInternal.cs
- TextServicesContext.cs
- XsltException.cs
- MetadataSerializer.cs
- IPGlobalProperties.cs
- ObjectIDGenerator.cs
- WorkflowRuntimeServicesBehavior.cs
- FamilyMapCollection.cs
- PenLineJoinValidation.cs
- SerialReceived.cs
- FrugalList.cs
- SynchronizationContext.cs
- autovalidator.cs
- NativeObjectSecurity.cs
- UnhandledExceptionEventArgs.cs
- XmlDocumentSurrogate.cs
- BigInt.cs
- CapabilitiesAssignment.cs
- WebScriptClientGenerator.cs
- BaseInfoTable.cs
- XmlTextReaderImplHelpers.cs
- DiscoveryClientReferences.cs
- TreeViewImageIndexConverter.cs
- NullExtension.cs
- CodeMemberMethod.cs
- SortableBindingList.cs
- CodeMethodReturnStatement.cs
- WebControlsSection.cs
- FileChangeNotifier.cs
- EdmItemCollection.cs
- UserControlBuildProvider.cs
- IntSecurity.cs
- CodeComment.cs
- DbConnectionInternal.cs
- IsolatedStorageFilePermission.cs
- HwndTarget.cs
- Source.cs
- ProxyGenerationError.cs
- PartialCachingAttribute.cs
- XsdCachingReader.cs
- DataGridHeaderBorder.cs
- Effect.cs
- TemplateXamlParser.cs
- DiagnosticTraceSource.cs
- ReadingWritingEntityEventArgs.cs