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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DecoderNLS.cs
- DataObjectSettingDataEventArgs.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- StopStoryboard.cs
- TextServicesHost.cs
- IndicCharClassifier.cs
- HWStack.cs
- DeploymentSection.cs
- MemberInfoSerializationHolder.cs
- LineVisual.cs
- HMACSHA1.cs
- ToolStripPanelCell.cs
- LZCodec.cs
- tooltip.cs
- ObjectDataSourceMethodEventArgs.cs
- ValidationPropertyAttribute.cs
- IteratorFilter.cs
- UpdateRecord.cs
- Storyboard.cs
- BoolExpression.cs
- ContainerParagraph.cs
- EditorBrowsableAttribute.cs
- IItemProperties.cs
- DataRowView.cs
- CodeLinePragma.cs
- TaskHelper.cs
- WpfXamlLoader.cs
- mediapermission.cs
- OnOperation.cs
- FormViewDeletedEventArgs.cs
- EditorPartChrome.cs
- Utils.cs
- Bitmap.cs
- ClassData.cs
- PointCollection.cs
- CodePrimitiveExpression.cs
- DataGridSortCommandEventArgs.cs
- ByteStack.cs
- CodeCommentStatementCollection.cs
- DrawingImage.cs
- ClientEndpointLoader.cs
- Process.cs
- CultureSpecificCharacterBufferRange.cs
- HttpRequestCacheValidator.cs
- PersistNameAttribute.cs
- ColorConverter.cs
- LoginCancelEventArgs.cs
- DocumentAutomationPeer.cs
- DrawingCollection.cs
- DataGridViewButtonCell.cs
- Timer.cs
- x509store.cs
- DataErrorValidationRule.cs
- PermissionToken.cs
- SectionVisual.cs
- FloaterBaseParagraph.cs
- FixedSOMSemanticBox.cs
- BuiltInExpr.cs
- XpsThumbnail.cs
- TimerElapsedEvenArgs.cs
- RightsManagementPermission.cs
- NewArray.cs
- RevocationPoint.cs
- TableLayoutPanelResizeGlyph.cs
- SQLBoolean.cs
- InvalidCommandTreeException.cs
- OneOfConst.cs
- TraceSection.cs
- NamespaceInfo.cs
- HttpChannelHelper.cs
- OletxVolatileEnlistment.cs
- WebPartEventArgs.cs
- ExtendedProtectionPolicy.cs
- WebPartEditVerb.cs
- ChannelSinkStacks.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- ModelUtilities.cs
- CodeStatement.cs
- cookiecontainer.cs
- OutputCacheSettings.cs
- StandardCommands.cs
- WindowsListViewGroup.cs
- _PooledStream.cs
- COM2ColorConverter.cs
- ListViewTableRow.cs
- WebPartManagerInternals.cs
- CatalogZone.cs
- TreeViewAutomationPeer.cs
- ParserHooks.cs
- _DisconnectOverlappedAsyncResult.cs
- NameValuePermission.cs
- HMACSHA384.cs
- Quaternion.cs
- StackOverflowException.cs
- ButtonField.cs
- TokenDescriptor.cs
- InputMethod.cs
- IconConverter.cs
- RegistryDataKey.cs
- TypedDataSourceCodeGenerator.cs