Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Controls / DataGridSortingEventArgs.cs / 1305600 / DataGridSortingEventArgs.cs
//----------------------------------------------------------------------------
//
// Copyright (C) Microsoft Corporation. All rights reserved.
//
//---------------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.Text;
namespace System.Windows.Controls
{
///
/// Event args for sorting event on datagrid
///
public class DataGridSortingEventArgs : DataGridColumnEventArgs
{
public DataGridSortingEventArgs(DataGridColumn column)
: base(column)
{
}
///
/// To indicate that the sort has been handled
///
public bool Handled
{
get
{
return _handled;
}
set
{
_handled = value;
}
}
private bool _handled = false;
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
//----------------------------------------------------------------------------
//
// Copyright (C) Microsoft Corporation. All rights reserved.
//
//---------------------------------------------------------------------------
using System;
using System.Collections.Generic;
using System.Text;
namespace System.Windows.Controls
{
///
/// Event args for sorting event on datagrid
///
public class DataGridSortingEventArgs : DataGridColumnEventArgs
{
public DataGridSortingEventArgs(DataGridColumn column)
: base(column)
{
}
///
/// To indicate that the sort has been handled
///
public bool Handled
{
get
{
return _handled;
}
set
{
_handled = value;
}
}
private bool _handled = false;
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- NotificationContext.cs
- SqlDataAdapter.cs
- DictionaryKeyPropertyAttribute.cs
- SerializableAttribute.cs
- Psha1DerivedKeyGenerator.cs
- ValidatedControlConverter.cs
- SchemaRegistration.cs
- DataGridRowHeader.cs
- ObjectCacheSettings.cs
- XmlCollation.cs
- PageThemeCodeDomTreeGenerator.cs
- GetLedgerRequest.cs
- MessagePropertyDescriptionCollection.cs
- LinqDataView.cs
- CommandTreeTypeHelper.cs
- SqlBuilder.cs
- MenuItemBindingCollection.cs
- StringPropertyBuilder.cs
- OleDbInfoMessageEvent.cs
- InheritedPropertyChangedEventArgs.cs
- CookieProtection.cs
- ServiceParser.cs
- EtwTrackingParticipant.cs
- VisualCollection.cs
- ContractMapping.cs
- SpStreamWrapper.cs
- NamespaceInfo.cs
- GPStream.cs
- PerspectiveCamera.cs
- BitmapEffectGeneralTransform.cs
- XmlConverter.cs
- TextCharacters.cs
- wmiprovider.cs
- DropShadowBitmapEffect.cs
- Menu.cs
- ProcessModule.cs
- SerialReceived.cs
- FormViewAutoFormat.cs
- ErrorWrapper.cs
- JsonGlobals.cs
- CodeCastExpression.cs
- TabControlEvent.cs
- BindingEntityInfo.cs
- GenericWebPart.cs
- SchemaRegistration.cs
- ResourceDisplayNameAttribute.cs
- SHA384Managed.cs
- Console.cs
- SerializationEventsCache.cs
- StrongNamePublicKeyBlob.cs
- ApplicationServiceHelper.cs
- DesignTimeHTMLTextWriter.cs
- InternalTypeHelper.cs
- FilterQueryOptionExpression.cs
- ScriptMethodAttribute.cs
- Utils.cs
- BoolExpression.cs
- PageBuildProvider.cs
- Switch.cs
- KeyboardNavigation.cs
- EmbeddedObject.cs
- AnnotationResourceCollection.cs
- BatchParser.cs
- AccessDataSourceView.cs
- SpotLight.cs
- LineServices.cs
- ComIntegrationManifestGenerator.cs
- TextDecorations.cs
- CngAlgorithm.cs
- DbDataAdapter.cs
- HelloOperationAsyncResult.cs
- NamespaceTable.cs
- TabControl.cs
- InnerItemCollectionView.cs
- DbConnectionPoolGroupProviderInfo.cs
- ReaderOutput.cs
- Matrix.cs
- Timer.cs
- ProgressBarRenderer.cs
- StretchValidation.cs
- IntSecurity.cs
- CalculatedColumn.cs
- VarRefManager.cs
- FlatButtonAppearance.cs
- AliasGenerator.cs
- IResourceProvider.cs
- FormViewCommandEventArgs.cs
- Converter.cs
- TdsRecordBufferSetter.cs
- DispatcherExceptionFilterEventArgs.cs
- ButtonAutomationPeer.cs
- XsdBuildProvider.cs
- FileUtil.cs
- ConfigurationStrings.cs
- ListItem.cs
- DeferredTextReference.cs
- _DomainName.cs
- TransformedBitmap.cs
- Visual3D.cs
- CalendarTable.cs