Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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;
///
/// Provides data for the event of a .
///
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class GridViewSortEventArgs : CancelEventArgs {
private string _sortExpression;
private SortDirection _sortDirection;
///
/// Initializes a new instance of the class.
///
public GridViewSortEventArgs(string sortExpression, SortDirection sortDirection) {
this._sortExpression = sortExpression;
this._sortDirection = sortDirection;
}
///
/// Gets the direction used to sort.
///
public SortDirection SortDirection {
get {
return _sortDirection;
}
set {
_sortDirection = value;
}
}
///
/// Gets the expression 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.
//
//-----------------------------------------------------------------------------
/*
*/
namespace System.Web.UI.WebControls {
using System;
using System.ComponentModel;
using System.Security.Permissions;
///
/// Provides data for the event of a .
///
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class GridViewSortEventArgs : CancelEventArgs {
private string _sortExpression;
private SortDirection _sortDirection;
///
/// Initializes a new instance of the class.
///
public GridViewSortEventArgs(string sortExpression, SortDirection sortDirection) {
this._sortExpression = sortExpression;
this._sortDirection = sortDirection;
}
///
/// Gets the direction used to sort.
///
public SortDirection SortDirection {
get {
return _sortDirection;
}
set {
_sortDirection = value;
}
}
///
/// Gets the expression used to sort.
///
public string SortExpression {
get {
return _sortExpression;
}
set {
_sortExpression = value;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DefaultProxySection.cs
- Array.cs
- WebBrowser.cs
- NeedSkipTokenVisitor.cs
- ActivityDesignerAccessibleObject.cs
- BindingUtils.cs
- RegexStringValidatorAttribute.cs
- itemelement.cs
- PageThemeParser.cs
- WebServiceParameterData.cs
- ColumnMapVisitor.cs
- ButtonFieldBase.cs
- DocumentSequence.cs
- _LocalDataStoreMgr.cs
- HMACMD5.cs
- MenuEventArgs.cs
- MimeMultiPart.cs
- QilSortKey.cs
- TypeLoadException.cs
- FullTextBreakpoint.cs
- StaticResourceExtension.cs
- CellRelation.cs
- BroadcastEventHelper.cs
- ViewEvent.cs
- GraphicsPath.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- PropertyConverter.cs
- MetadataPropertyAttribute.cs
- StringConverter.cs
- ItemCheckedEvent.cs
- PropertyGeneratedEventArgs.cs
- StateInitializationDesigner.cs
- CfgParser.cs
- MembershipPasswordException.cs
- TableSectionStyle.cs
- PartManifestEntry.cs
- FormViewModeEventArgs.cs
- TraceListener.cs
- RSAProtectedConfigurationProvider.cs
- ActivityExecutor.cs
- SmiSettersStream.cs
- ApplicationInfo.cs
- TreeNodeMouseHoverEvent.cs
- XamlBrushSerializer.cs
- DependencyPropertyDescriptor.cs
- DesigntimeLicenseContext.cs
- BrowserDefinitionCollection.cs
- CaretElement.cs
- PassportAuthenticationEventArgs.cs
- DelegatingConfigHost.cs
- Cursors.cs
- APCustomTypeDescriptor.cs
- HttpRawResponse.cs
- CharUnicodeInfo.cs
- NetSectionGroup.cs
- StopStoryboard.cs
- HtmlTableRowCollection.cs
- OperationDescriptionCollection.cs
- UInt64Converter.cs
- PageStatePersister.cs
- DesignerForm.cs
- BackgroundWorker.cs
- NodeLabelEditEvent.cs
- TextComposition.cs
- DocumentApplicationDocumentViewer.cs
- ActivitySurrogate.cs
- MsmqIntegrationValidationBehavior.cs
- WindowsTab.cs
- coordinatorscratchpad.cs
- FocusChangedEventArgs.cs
- MethodExpr.cs
- VisualStyleRenderer.cs
- HandledMouseEvent.cs
- ListViewSelectEventArgs.cs
- AbandonedMutexException.cs
- RelationshipWrapper.cs
- TypeViewSchema.cs
- ModuleConfigurationInfo.cs
- HiddenField.cs
- CacheSection.cs
- AsymmetricKeyExchangeFormatter.cs
- CodeEntryPointMethod.cs
- HtmlMeta.cs
- RowToParametersTransformer.cs
- OutputCacheSection.cs
- CheckBox.cs
- DesignRelation.cs
- XmlSerializerNamespaces.cs
- AssociationEndMember.cs
- PolyBezierSegment.cs
- HttpDigestClientCredential.cs
- PropertyDescriptorGridEntry.cs
- HttpStreamMessage.cs
- KeyInstance.cs
- BooleanToVisibilityConverter.cs
- HtmlEmptyTagControlBuilder.cs
- BufferedGenericXmlSecurityToken.cs
- SqlParameter.cs
- ActivityMarkupSerializationProvider.cs
- QuotedStringFormatReader.cs