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
- MediaPlayer.cs
- SafeFileHandle.cs
- controlskin.cs
- PerfCounterSection.cs
- RouteParameter.cs
- TempFiles.cs
- TransactionChannelListener.cs
- TabletDevice.cs
- DirectoryNotFoundException.cs
- TrackingMemoryStream.cs
- PackageFilter.cs
- GreenMethods.cs
- TextWriterTraceListener.cs
- ExpressionBuilder.cs
- OleDbParameter.cs
- TrackingSection.cs
- InputBinding.cs
- XmlSchemaAnyAttribute.cs
- SqlBulkCopyColumnMappingCollection.cs
- RbTree.cs
- SchemaContext.cs
- SafeCoTaskMem.cs
- LayoutManager.cs
- FileReader.cs
- TaiwanCalendar.cs
- XmlIlGenerator.cs
- Math.cs
- XmlEncoding.cs
- SqlClientPermission.cs
- CalculatedColumn.cs
- RootNamespaceAttribute.cs
- DefaultPrintController.cs
- HtmlTextBoxAdapter.cs
- SchemaTableOptionalColumn.cs
- SoundPlayerAction.cs
- StateInitializationDesigner.cs
- RadioButton.cs
- OracleEncoding.cs
- StylusPointPropertyInfo.cs
- UIElement3D.cs
- HttpRuntimeSection.cs
- SqlUserDefinedAggregateAttribute.cs
- HttpCapabilitiesEvaluator.cs
- SqlProviderUtilities.cs
- _ShellExpression.cs
- CaseKeyBox.ViewModel.cs
- StyleCollection.cs
- TextRangeEdit.cs
- GridViewSelectEventArgs.cs
- XsltLoader.cs
- XmlUtilWriter.cs
- SrgsDocumentParser.cs
- ShaperBuffers.cs
- FrameSecurityDescriptor.cs
- ToolStripItemTextRenderEventArgs.cs
- LostFocusEventManager.cs
- HtmlTitle.cs
- DataContract.cs
- SystemWebExtensionsSectionGroup.cs
- XmlCDATASection.cs
- RichTextBox.cs
- IndexerHelper.cs
- CustomLineCap.cs
- HttpTransportElement.cs
- DataGridTextColumn.cs
- ProgramNode.cs
- WebPartEditorOkVerb.cs
- COM2EnumConverter.cs
- Primitive.cs
- ContentValidator.cs
- InlineCollection.cs
- X509Certificate.cs
- ValidationError.cs
- GenericUriParser.cs
- ListSortDescriptionCollection.cs
- KeyBinding.cs
- CompilerGeneratedAttribute.cs
- CollectionConverter.cs
- ManifestResourceInfo.cs
- Deflater.cs
- DataRowComparer.cs
- NullableFloatMinMaxAggregationOperator.cs
- MD5.cs
- DataTableCollection.cs
- SslStream.cs
- MarkupCompilePass2.cs
- AnimationTimeline.cs
- ZipIOLocalFileDataDescriptor.cs
- Ref.cs
- MailDefinition.cs
- TempEnvironment.cs
- EventData.cs
- ToolboxBitmapAttribute.cs
- UserThread.cs
- XmlAtomicValue.cs
- baseaxisquery.cs
- MarkupCompilePass2.cs
- RegexParser.cs
- TextModifierScope.cs
- ListMarkerSourceInfo.cs