Code:
/ 4.0 / 4.0 / untmp / 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. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WebHeaderCollection.cs
- ParenthesizePropertyNameAttribute.cs
- CompilationUtil.cs
- TextBoxBase.cs
- ValidationEventArgs.cs
- InternalCache.cs
- COM2ColorConverter.cs
- GPRECT.cs
- XmlEntityReference.cs
- DocumentationServerProtocol.cs
- ToolStripDesignerAvailabilityAttribute.cs
- SignatureDescription.cs
- KerberosReceiverSecurityToken.cs
- ItemContainerPattern.cs
- ReadContentAsBinaryHelper.cs
- Pair.cs
- PromptStyle.cs
- KnownBoxes.cs
- Perspective.cs
- ActivationServices.cs
- NonVisualControlAttribute.cs
- QueryOperationResponseOfT.cs
- documentsequencetextcontainer.cs
- DragStartedEventArgs.cs
- OpCellTreeNode.cs
- Native.cs
- DecoratedNameAttribute.cs
- PromptEventArgs.cs
- ToolboxSnapDragDropEventArgs.cs
- FontWeights.cs
- ComplusEndpointConfigContainer.cs
- _Win32.cs
- SymbolEqualComparer.cs
- CodeSnippetCompileUnit.cs
- DocumentGridPage.cs
- GlyphInfoList.cs
- WindowsListViewScroll.cs
- Random.cs
- StoragePropertyMapping.cs
- SignatureResourcePool.cs
- OracleCommandSet.cs
- HtmlShimManager.cs
- GridItemCollection.cs
- WorkflowItemPresenter.cs
- FacetValueContainer.cs
- CodeGroup.cs
- SqlBuilder.cs
- ColumnMap.cs
- XmlSchemaDocumentation.cs
- StrokeCollectionDefaultValueFactory.cs
- WindowsGraphicsCacheManager.cs
- SqlLiftIndependentRowExpressions.cs
- ToolStripDropDownClosingEventArgs.cs
- Int16Animation.cs
- TypeListConverter.cs
- HashSet.cs
- SamlSubject.cs
- TypeTypeConverter.cs
- MasterPageCodeDomTreeGenerator.cs
- MobileUserControl.cs
- DrawListViewItemEventArgs.cs
- FlowDocumentReaderAutomationPeer.cs
- EditorZoneBase.cs
- SchemaNamespaceManager.cs
- ComponentRenameEvent.cs
- List.cs
- ResourceManager.cs
- MethodExpr.cs
- CompositeDuplexElement.cs
- DbExpressionRules.cs
- HandleCollector.cs
- SoapConverter.cs
- PaintValueEventArgs.cs
- CqlWriter.cs
- XmlSchemaSet.cs
- RequestCachePolicy.cs
- SQLSingleStorage.cs
- MultipartContentParser.cs
- CollectionViewGroupInternal.cs
- ObjectSecurity.cs
- WebRequestModuleElement.cs
- securitycriticaldataClass.cs
- ReplyChannelBinder.cs
- WindowsGraphicsCacheManager.cs
- WebControlsSection.cs
- TreeNodeCollection.cs
- EventLogEntry.cs
- SqlDuplicator.cs
- EraserBehavior.cs
- WizardForm.cs
- FrameDimension.cs
- TreeViewTemplateSelector.cs
- BindValidationContext.cs
- PreloadedPackages.cs
- ExtentJoinTreeNode.cs
- ObjectCacheSettings.cs
- Formatter.cs
- DiscreteKeyFrames.cs
- CustomErrorsSection.cs
- ConfigViewGenerator.cs