Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }Gets the expression used to sort. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UnsafeNativeMethods.cs
- CollectionType.cs
- XmlQueryRuntime.cs
- WebPartUtil.cs
- IntegerCollectionEditor.cs
- SafeHandle.cs
- ConstraintCollection.cs
- CompModSwitches.cs
- MediaTimeline.cs
- TargetInvocationException.cs
- CloseSequence.cs
- NativeMethods.cs
- FileEnumerator.cs
- HtmlWindowCollection.cs
- ContentPlaceHolder.cs
- SingleAnimationUsingKeyFrames.cs
- MSAANativeProvider.cs
- SystemSounds.cs
- SynchronizingStream.cs
- Menu.cs
- HTMLTagNameToTypeMapper.cs
- activationcontext.cs
- SimpleMailWebEventProvider.cs
- DataObjectMethodAttribute.cs
- CodeExporter.cs
- ToolStripManager.cs
- SqlFlattener.cs
- MatcherBuilder.cs
- RunClient.cs
- ControlDesigner.cs
- PrinterResolution.cs
- Zone.cs
- OneWayBindingElement.cs
- CompilationUtil.cs
- MembershipSection.cs
- ToolboxCategoryItems.cs
- FormViewRow.cs
- EventLogSession.cs
- CompiledELinqQueryState.cs
- ValidatedControlConverter.cs
- PopOutPanel.cs
- InvalidFilterCriteriaException.cs
- TypeGeneratedEventArgs.cs
- PageSetupDialog.cs
- UrlAuthFailedErrorFormatter.cs
- XmlEntityReference.cs
- AbstractSvcMapFileLoader.cs
- Select.cs
- listitem.cs
- SweepDirectionValidation.cs
- PlatformCulture.cs
- XPathDocumentBuilder.cs
- TouchesCapturedWithinProperty.cs
- DispatcherTimer.cs
- SendReply.cs
- EventLogPermission.cs
- GB18030Encoding.cs
- _HeaderInfoTable.cs
- TextEndOfLine.cs
- XsltOutput.cs
- UnsafeNativeMethods.cs
- MenuStrip.cs
- OleDbReferenceCollection.cs
- UmAlQuraCalendar.cs
- MimeObjectFactory.cs
- FreezableDefaultValueFactory.cs
- DataGridColumnReorderingEventArgs.cs
- ObjectConverter.cs
- WebPartCatalogAddVerb.cs
- PageAdapter.cs
- ColumnWidthChangedEvent.cs
- GradientSpreadMethodValidation.cs
- BuilderPropertyEntry.cs
- WindowsStartMenu.cs
- DataGridViewLinkColumn.cs
- State.cs
- TextDecoration.cs
- MenuTracker.cs
- HttpServerUtilityBase.cs
- TextSelectionProcessor.cs
- ProgramNode.cs
- EncodingInfo.cs
- XmlStringTable.cs
- _TimerThread.cs
- WeakEventTable.cs
- TraceLevelStore.cs
- Thickness.cs
- FixedHyperLink.cs
- PointConverter.cs
- IUnknownConstantAttribute.cs
- TraceContextEventArgs.cs
- ByteStreamGeometryContext.cs
- TemplateEditingVerb.cs
- TrackingStringDictionary.cs
- PixelFormatConverter.cs
- EraserBehavior.cs
- StylusPoint.cs
- ellipse.cs
- ZipIOCentralDirectoryBlock.cs
- EntityDataSourceEntityTypeFilterConverter.cs