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
- ItemsChangedEventArgs.cs
- NestedContainer.cs
- TdsParserStaticMethods.cs
- EdmComplexPropertyAttribute.cs
- MultiView.cs
- DurableErrorHandler.cs
- MimeMultiPart.cs
- GridViewAutomationPeer.cs
- ControlCollection.cs
- AspNetSynchronizationContext.cs
- FrameworkTextComposition.cs
- TransformerInfo.cs
- ProfileSettingsCollection.cs
- DeclaredTypeElementCollection.cs
- HttpHeaderCollection.cs
- ControlPropertyNameConverter.cs
- EntityReference.cs
- TreeViewItem.cs
- Hashtable.cs
- MessageDecoder.cs
- ControlPropertyNameConverter.cs
- AssemblyBuilder.cs
- RoleManagerModule.cs
- _FtpControlStream.cs
- ThaiBuddhistCalendar.cs
- SafeEventLogWriteHandle.cs
- RegexEditorDialog.cs
- RoleGroup.cs
- StringSorter.cs
- VariableAction.cs
- ServiceSecurityAuditBehavior.cs
- Privilege.cs
- ChildrenQuery.cs
- RubberbandSelector.cs
- PenLineJoinValidation.cs
- MetaModel.cs
- HebrewNumber.cs
- ArrayElementGridEntry.cs
- IteratorFilter.cs
- AllMembershipCondition.cs
- BeginEvent.cs
- _BaseOverlappedAsyncResult.cs
- DataServiceQueryOfT.cs
- XmlSchemaCompilationSettings.cs
- SqlDependencyUtils.cs
- TextCollapsingProperties.cs
- Exceptions.cs
- TextRangeBase.cs
- EntityProviderServices.cs
- StickyNoteContentControl.cs
- DependencyObjectPropertyDescriptor.cs
- ItemCollection.cs
- URL.cs
- ClassHandlersStore.cs
- ColumnBinding.cs
- StdRegProviderWrapper.cs
- WindowsRegion.cs
- HttpRequestCacheValidator.cs
- TextRangeSerialization.cs
- DataGridViewColumnCollection.cs
- CompositionCommandSet.cs
- ReadOnlyMetadataCollection.cs
- Attribute.cs
- DataGridView.cs
- ColumnWidthChangingEvent.cs
- XmlAttributeCollection.cs
- TimeSpanSecondsConverter.cs
- Package.cs
- RenderData.cs
- HMAC.cs
- LifetimeServices.cs
- DuplicateWaitObjectException.cs
- GregorianCalendar.cs
- ProfileEventArgs.cs
- MessageQueuePermissionEntryCollection.cs
- EventSinkHelperWriter.cs
- MethodCallExpression.cs
- ResXResourceSet.cs
- RefreshResponseInfo.cs
- Single.cs
- DataBindingHandlerAttribute.cs
- SmtpCommands.cs
- PageCatalogPart.cs
- InvalidPropValue.cs
- Internal.cs
- isolationinterop.cs
- StyleSelector.cs
- ValueTable.cs
- AnimationTimeline.cs
- TemplatePropertyEntry.cs
- TextLine.cs
- ExtendedPropertyCollection.cs
- GenericPrincipal.cs
- ScriptingProfileServiceSection.cs
- XmlTextReaderImplHelpers.cs
- XmlAtomErrorReader.cs
- TextElementCollection.cs
- CommandCollectionEditor.cs
- documentsequencetextpointer.cs
- XslAst.cs