Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / GridViewSortEventArgs.cs / 1305376 / GridViewSortEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.ComponentModel; ////// public class GridViewSortEventArgs : CancelEventArgs { private string _sortExpression; private SortDirection _sortDirection; ///Provides data for the ///event of a . /// /// public GridViewSortEventArgs(string sortExpression, SortDirection sortDirection) { this._sortExpression = sortExpression; this._sortDirection = sortDirection; } ///Initializes a new instance of the ///class. /// 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. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.ComponentModel; ////// public class GridViewSortEventArgs : CancelEventArgs { private string _sortExpression; private SortDirection _sortDirection; ///Provides data for the ///event of a . /// /// public GridViewSortEventArgs(string sortExpression, SortDirection sortDirection) { this._sortExpression = sortExpression; this._sortDirection = sortDirection; } ///Initializes a new instance of the ///class. /// 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
- KeyValuePair.cs
- CodeObjectCreateExpression.cs
- SchemaInfo.cs
- WorkflowViewElement.cs
- SchemaName.cs
- StorageInfo.cs
- HtmlTableCellCollection.cs
- AlignmentXValidation.cs
- MessageHeaderException.cs
- GZipStream.cs
- ConfigUtil.cs
- FontStyles.cs
- DataErrorValidationRule.cs
- ModulesEntry.cs
- DynamicPropertyHolder.cs
- DesignTable.cs
- ToolTipService.cs
- ItemPager.cs
- InstallerTypeAttribute.cs
- CanonicalFontFamilyReference.cs
- DesignObjectWrapper.cs
- HttpFileCollectionBase.cs
- translator.cs
- VBIdentifierDesigner.xaml.cs
- DataGridDetailsPresenter.cs
- BaseTemplateBuildProvider.cs
- HttpListenerPrefixCollection.cs
- CodeDomDecompiler.cs
- SQLStringStorage.cs
- TypeSystem.cs
- SoapFormatExtensions.cs
- BamlBinaryWriter.cs
- StorageComplexTypeMapping.cs
- SEHException.cs
- SessionChannels.cs
- SevenBitStream.cs
- MaterialCollection.cs
- FieldNameLookup.cs
- EncryptedKey.cs
- Timer.cs
- JavaScriptObjectDeserializer.cs
- XmlFormatExtensionAttribute.cs
- ParserOptions.cs
- ConditionBrowserDialog.cs
- ObjectTag.cs
- CheckBoxRenderer.cs
- ResourceExpression.cs
- HtmlInputControl.cs
- AppDomainShutdownMonitor.cs
- ConfigurationSectionGroup.cs
- WebServiceParameterData.cs
- ShapingWorkspace.cs
- ProfileService.cs
- RequestCachePolicy.cs
- PolyLineSegment.cs
- XsltFunctions.cs
- RightsManagementPermission.cs
- CollectionViewGroupInternal.cs
- VariantWrapper.cs
- SerializerProvider.cs
- SyndicationSerializer.cs
- iisPickupDirectory.cs
- FormatException.cs
- PackagingUtilities.cs
- DownloadProgressEventArgs.cs
- XmlEnumAttribute.cs
- MultilineStringConverter.cs
- DataBoundControl.cs
- SQLGuidStorage.cs
- SHA384.cs
- FilePresentation.cs
- DbConnectionHelper.cs
- LogArchiveSnapshot.cs
- printdlgexmarshaler.cs
- RpcCryptoRequest.cs
- StatusBarItemAutomationPeer.cs
- EncoderBestFitFallback.cs
- CallbackHandler.cs
- OperationResponse.cs
- KerberosReceiverSecurityToken.cs
- ThreadPool.cs
- RequestResizeEvent.cs
- FileSecurity.cs
- BrowserCapabilitiesCodeGenerator.cs
- AspNetHostingPermission.cs
- DesignerAttributeInfo.cs
- Geometry3D.cs
- GenericEnumerator.cs
- CompletionProxy.cs
- AttributeQuery.cs
- Parameter.cs
- TreeView.cs
- ConnectionsZoneAutoFormat.cs
- Opcode.cs
- SelectionPatternIdentifiers.cs
- KeyNotFoundException.cs
- SchemaLookupTable.cs
- CodeTypeReference.cs
- XmlSiteMapProvider.cs
- NativeMethodsOther.cs