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
- EntityDataSourceUtil.cs
- WSFederationHttpSecurityElement.cs
- BlurBitmapEffect.cs
- Enum.cs
- ISCIIEncoding.cs
- MaxSessionCountExceededException.cs
- IArgumentProvider.cs
- SEHException.cs
- FormattedText.cs
- BitmapEncoder.cs
- DbConnectionInternal.cs
- SQLUtility.cs
- QueuePropertyVariants.cs
- DataGridViewTextBoxEditingControl.cs
- ControlEvent.cs
- Point4DConverter.cs
- WindowsIPAddress.cs
- ControlAdapter.cs
- SetStoryboardSpeedRatio.cs
- CookieProtection.cs
- TreeViewTemplateSelector.cs
- FunctionMappingTranslator.cs
- ChannelTerminatedException.cs
- WindowsComboBox.cs
- ChildTable.cs
- controlskin.cs
- RegistrationProxy.cs
- EmissiveMaterial.cs
- TerminateWorkflow.cs
- XPathException.cs
- FixedPageProcessor.cs
- DrawingContextWalker.cs
- InfiniteIntConverter.cs
- NetPipeSection.cs
- WindowCollection.cs
- FormatConvertedBitmap.cs
- BackgroundWorker.cs
- DependencyPropertyKey.cs
- PageContentCollection.cs
- ContentOnlyMessage.cs
- GeometryDrawing.cs
- MenuStrip.cs
- LoginUtil.cs
- OdbcEnvironmentHandle.cs
- util.cs
- PropertyChangeTracker.cs
- ContainerVisual.cs
- ToolTipAutomationPeer.cs
- PrtTicket_Public.cs
- ObjectViewFactory.cs
- PassportIdentity.cs
- RenderContext.cs
- OutputCacheSettingsSection.cs
- ColorAnimationUsingKeyFrames.cs
- DesignerAdapterUtil.cs
- ParameterElementCollection.cs
- X509WindowsSecurityToken.cs
- ScrollBarAutomationPeer.cs
- OperatingSystemVersionCheck.cs
- TokenizerHelper.cs
- PrintPreviewControl.cs
- ArrayElementGridEntry.cs
- BindingCollection.cs
- FixedElement.cs
- Soap12FormatExtensions.cs
- InheritablePropertyChangeInfo.cs
- PhysicalOps.cs
- ClientUtils.cs
- SafeRightsManagementPubHandle.cs
- sitestring.cs
- XmlSchemaCompilationSettings.cs
- MenuItem.cs
- VersionUtil.cs
- ParameterCollection.cs
- AesManaged.cs
- XamlToRtfWriter.cs
- StreamReader.cs
- KeyPressEvent.cs
- ClosableStream.cs
- ILGenerator.cs
- ValueTypeFieldReference.cs
- ListBoxItem.cs
- QilFunction.cs
- SmtpDigestAuthenticationModule.cs
- Attributes.cs
- EntityTypeEmitter.cs
- UnaryOperationBinder.cs
- TimelineGroup.cs
- DataGridTextBox.cs
- PasswordTextContainer.cs
- IndependentlyAnimatedPropertyMetadata.cs
- HandoffBehavior.cs
- AlternateView.cs
- WebRequestModuleElementCollection.cs
- EnvelopedSignatureTransform.cs
- GridToolTip.cs
- DESCryptoServiceProvider.cs
- ActiveDocumentEvent.cs
- ComponentDesigner.cs
- TypeDescriptorContext.cs