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
- BitmapEffect.cs
- ThicknessKeyFrameCollection.cs
- PrintPreviewDialog.cs
- QueryOutputWriterV1.cs
- CorrelationToken.cs
- XmlBinaryReader.cs
- ObjectTag.cs
- Block.cs
- PropertyValueUIItem.cs
- RowToParametersTransformer.cs
- SoapIncludeAttribute.cs
- ParallelRangeManager.cs
- NegotiationTokenAuthenticatorStateCache.cs
- EventLogPermissionHolder.cs
- DataSourceUtil.cs
- CapabilitiesRule.cs
- HideDisabledControlAdapter.cs
- DataGridViewAdvancedBorderStyle.cs
- InvalidDataException.cs
- SettingsSavedEventArgs.cs
- RepeaterDataBoundAdapter.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- WebPartConnectionsCloseVerb.cs
- ContextQuery.cs
- CachedFontFace.cs
- OutputCacheProfileCollection.cs
- DataGridToolTip.cs
- ISSmlParser.cs
- OptionUsage.cs
- basemetadatamappingvisitor.cs
- PathFigureCollectionValueSerializer.cs
- HtmlInputControl.cs
- SafeBitVector32.cs
- NumericExpr.cs
- RemoteWebConfigurationHostStream.cs
- XmlValidatingReader.cs
- Image.cs
- Mappings.cs
- ImageSource.cs
- LinkArea.cs
- ClockController.cs
- StringToken.cs
- ClonableStack.cs
- AspNetSynchronizationContext.cs
- Context.cs
- ALinqExpressionVisitor.cs
- TypographyProperties.cs
- Control.cs
- GenericUriParser.cs
- Base64Decoder.cs
- XmlStringTable.cs
- OperationBehaviorAttribute.cs
- CacheMemory.cs
- CodeExpressionCollection.cs
- EntityConnectionStringBuilderItem.cs
- RoutedUICommand.cs
- AppDomainShutdownMonitor.cs
- TemplateParser.cs
- Vector3dCollection.cs
- XPathAncestorIterator.cs
- HttpListenerPrefixCollection.cs
- controlskin.cs
- HandlerWithFactory.cs
- Version.cs
- MouseGestureValueSerializer.cs
- MatchNoneMessageFilter.cs
- KeyFrames.cs
- ModelTreeManager.cs
- AttachmentService.cs
- Utilities.cs
- AssemblyNameProxy.cs
- EndpointInfoCollection.cs
- SystemException.cs
- ApplicationHost.cs
- TreeViewCancelEvent.cs
- PhysicalAddress.cs
- UnsafeNativeMethods.cs
- SimpleFieldTemplateUserControl.cs
- HtmlFormParameterReader.cs
- TextEditorMouse.cs
- Expression.cs
- RotateTransform.cs
- CompositeScriptReference.cs
- WindowsRegion.cs
- ColorKeyFrameCollection.cs
- CacheManager.cs
- RPIdentityRequirement.cs
- RadialGradientBrush.cs
- EllipticalNodeOperations.cs
- TextWriter.cs
- DropSource.cs
- WriteFileContext.cs
- FrameworkElement.cs
- FastEncoder.cs
- EntityStoreSchemaGenerator.cs
- Scene3D.cs
- CodeDelegateInvokeExpression.cs
- FixedElement.cs
- TextWriter.cs
- ClipboardData.cs