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
- HashMembershipCondition.cs
- XslException.cs
- TemplatedMailWebEventProvider.cs
- TargetException.cs
- PeerChannelListener.cs
- SiblingIterators.cs
- QilList.cs
- FixedTextContainer.cs
- TextServicesDisplayAttributePropertyRanges.cs
- PerformanceCounters.cs
- SortQuery.cs
- WindowsContainer.cs
- Int32EqualityComparer.cs
- FileSystemInfo.cs
- SpinWait.cs
- SymbolEqualComparer.cs
- CqlQuery.cs
- DoubleAnimationClockResource.cs
- CancelAsyncOperationRequest.cs
- HttpApplicationFactory.cs
- ISAPIApplicationHost.cs
- ActivationServices.cs
- WebExceptionStatus.cs
- DbInsertCommandTree.cs
- XmlLanguage.cs
- LinkLabel.cs
- PopOutPanel.cs
- DecoderNLS.cs
- GridViewColumnCollectionChangedEventArgs.cs
- WebPartZoneBase.cs
- DetailsViewRowCollection.cs
- WebPartConnectionsCancelVerb.cs
- DiscardableAttribute.cs
- __Filters.cs
- GifBitmapDecoder.cs
- FormParameter.cs
- CodeGotoStatement.cs
- MethodBuilder.cs
- ImpersonateTokenRef.cs
- GridErrorDlg.cs
- SchemaElementDecl.cs
- ConditionCollection.cs
- EncryptedPackageFilter.cs
- XmlEntityReference.cs
- PageDeviceFont.cs
- Vector3D.cs
- DateTimeConverter2.cs
- DetailsViewModeEventArgs.cs
- DescendantBaseQuery.cs
- ZipIOExtraFieldPaddingElement.cs
- x509utils.cs
- EntityCommandDefinition.cs
- AppSettingsSection.cs
- WindowsPrincipal.cs
- BlockExpression.cs
- CmsUtils.cs
- DataRowCollection.cs
- ScrollViewerAutomationPeer.cs
- LinqDataSourceDeleteEventArgs.cs
- DataStorage.cs
- AuthorizationRuleCollection.cs
- SelectionService.cs
- OptimalBreakSession.cs
- PointCollection.cs
- RangeValueProviderWrapper.cs
- OdbcConnectionString.cs
- ResourceLoader.cs
- InvalidComObjectException.cs
- HttpRawResponse.cs
- SiblingIterators.cs
- ArraySegment.cs
- PermissionAttributes.cs
- TextEditorThreadLocalStore.cs
- DbConnectionStringCommon.cs
- ControlOperationBehavior.cs
- InstalledVoice.cs
- PrintPageEvent.cs
- WebPartsSection.cs
- XmlNode.cs
- MemoryFailPoint.cs
- TransformGroup.cs
- PolyQuadraticBezierSegment.cs
- ExtensibleClassFactory.cs
- ToolStripItem.cs
- RuleCache.cs
- XDeferredAxisSource.cs
- ObjectStateEntryDbDataRecord.cs
- DiagnosticsElement.cs
- ErrorFormatter.cs
- XPathDocumentBuilder.cs
- FileDialog.cs
- SchemaTypeEmitter.cs
- ClientTargetSection.cs
- UniqueIdentifierService.cs
- ProfileGroupSettingsCollection.cs
- BlockCollection.cs
- InternalTransaction.cs
- HttpWriter.cs
- ILGenerator.cs
- TransactionScopeDesigner.cs