Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / GridViewSortEventArgs.cs / 1 / GridViewSortEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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. // Copyright (c) Microsoft Corporation. All rights reserved.Gets the expression used to sort. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StaticSiteMapProvider.cs
- DataTableTypeConverter.cs
- StreamReader.cs
- HttpRequestMessageProperty.cs
- StyleSheetComponentEditor.cs
- RoleGroup.cs
- Win32Native.cs
- ExtendedPropertyDescriptor.cs
- NumericUpDownAcceleration.cs
- UrlPropertyAttribute.cs
- ParagraphVisual.cs
- SelectionItemProviderWrapper.cs
- Win32Exception.cs
- SystemDiagnosticsSection.cs
- TemplateManager.cs
- SystemDiagnosticsSection.cs
- SessionStateItemCollection.cs
- UIPermission.cs
- GetWorkflowTree.cs
- _SecureChannel.cs
- CodeVariableReferenceExpression.cs
- CheckBox.cs
- EventLogPermissionAttribute.cs
- GACMembershipCondition.cs
- StatusBarDrawItemEvent.cs
- DbModificationCommandTree.cs
- ProtocolReflector.cs
- ToolCreatedEventArgs.cs
- HtmlShimManager.cs
- FrameworkContextData.cs
- SqlConnectionPoolGroupProviderInfo.cs
- Compiler.cs
- APCustomTypeDescriptor.cs
- Timeline.cs
- ConfigXmlComment.cs
- RectangleGeometry.cs
- Size3D.cs
- KeyToListMap.cs
- ScrollChangedEventArgs.cs
- XmlDataSourceNodeDescriptor.cs
- DesignerDataSchemaClass.cs
- ZipPackagePart.cs
- RelatedPropertyManager.cs
- SelectorAutomationPeer.cs
- FieldToken.cs
- securestring.cs
- AssemblyNameProxy.cs
- FontFamilyConverter.cs
- TemplateControlBuildProvider.cs
- PeerCustomResolverElement.cs
- _NativeSSPI.cs
- ElementMarkupObject.cs
- ProcessManager.cs
- ItemChangedEventArgs.cs
- PersonalizationStateQuery.cs
- ToolTipAutomationPeer.cs
- DataServiceResponse.cs
- MonthChangedEventArgs.cs
- StringConverter.cs
- CacheRequest.cs
- HashStream.cs
- DoubleUtil.cs
- InternalRelationshipCollection.cs
- WindowsSpinner.cs
- NoResizeSelectionBorderGlyph.cs
- GregorianCalendar.cs
- SafeProcessHandle.cs
- SelectionRange.cs
- DbDeleteCommandTree.cs
- WindowsGraphics2.cs
- ProcessModelSection.cs
- AnnotationAuthorChangedEventArgs.cs
- CallContext.cs
- DBSqlParserColumn.cs
- WindowsListViewItem.cs
- DiffuseMaterial.cs
- PeerNameRegistration.cs
- IndexerNameAttribute.cs
- FunctionUpdateCommand.cs
- TransformerInfo.cs
- RSAOAEPKeyExchangeDeformatter.cs
- OdbcParameterCollection.cs
- ServiceDescription.cs
- WmlControlAdapter.cs
- SafeNativeMethodsOther.cs
- DbDataSourceEnumerator.cs
- XmlQueryRuntime.cs
- DiscoveryCallbackBehavior.cs
- ConfigXmlCDataSection.cs
- CollaborationHelperFunctions.cs
- XmlUtilWriter.cs
- MarshalByValueComponent.cs
- CodeGroup.cs
- LayoutManager.cs
- DelegatingTypeDescriptionProvider.cs
- AnnouncementEventArgs.cs
- AuthenticationService.cs
- ParserContext.cs
- CodeChecksumPragma.cs
- CodeTypeDelegate.cs