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
- DataBindingHandlerAttribute.cs
- ExceptionUtil.cs
- DiscoveryClientChannelFactory.cs
- ZipFileInfoCollection.cs
- SqlDataSourceView.cs
- ServerValidateEventArgs.cs
- RuntimeEnvironment.cs
- DataColumnCollection.cs
- NameValueSectionHandler.cs
- propertytag.cs
- StyleBamlRecordReader.cs
- FontInfo.cs
- ITreeGenerator.cs
- EncryptedData.cs
- ThreadStateException.cs
- DPCustomTypeDescriptor.cs
- DynamicRendererThreadManager.cs
- COM2PictureConverter.cs
- IntPtr.cs
- ExceptionUtil.cs
- ExecutionContext.cs
- StorageMappingFragment.cs
- ListView.cs
- ClickablePoint.cs
- FontSource.cs
- DataGridViewSortCompareEventArgs.cs
- SqlDependencyListener.cs
- InlineUIContainer.cs
- RootAction.cs
- EventsTab.cs
- CapabilitiesUse.cs
- StylusTip.cs
- SkewTransform.cs
- InvalidPrinterException.cs
- TimeManager.cs
- RawStylusInputCustomData.cs
- Message.cs
- FileVersionInfo.cs
- Workspace.cs
- Int32KeyFrameCollection.cs
- safex509handles.cs
- WorkflowOperationAsyncResult.cs
- Formatter.cs
- ProfileService.cs
- EdmRelationshipRoleAttribute.cs
- StandardBindingElementCollection.cs
- TableDetailsRow.cs
- ContentOperations.cs
- ValidationHelper.cs
- ScriptBehaviorDescriptor.cs
- COM2ExtendedTypeConverter.cs
- _NegotiateClient.cs
- StaticContext.cs
- TcpServerChannel.cs
- SimpleBitVector32.cs
- SystemGatewayIPAddressInformation.cs
- Range.cs
- InputQueue.cs
- ExecutionEngineException.cs
- InvalidBodyAccessException.cs
- EntityDataSourceWizardForm.cs
- RawMouseInputReport.cs
- DrawingImage.cs
- SecurityRuntime.cs
- ControlUtil.cs
- BuildManager.cs
- TextServicesDisplayAttributePropertyRanges.cs
- NamespaceEmitter.cs
- InvalidDataException.cs
- CompositeControl.cs
- ProjectedSlot.cs
- CaseStatementSlot.cs
- DTCTransactionManager.cs
- BitmapEffectState.cs
- TreeViewEvent.cs
- LogStore.cs
- Vars.cs
- OletxTransactionFormatter.cs
- RegistrationServices.cs
- WebContext.cs
- ListView.cs
- KnownBoxes.cs
- RelationshipConverter.cs
- XmlJsonWriter.cs
- ToolStripLocationCancelEventArgs.cs
- IndexedString.cs
- MatrixTransform3D.cs
- NumberEdit.cs
- ObjectSecurity.cs
- BuildProviderUtils.cs
- StateItem.cs
- JsonReaderDelegator.cs
- GeneralTransform3D.cs
- XmlSchemaSet.cs
- SimpleWebHandlerParser.cs
- TrustSection.cs
- XmlDocumentFragment.cs
- TreeNodeCollection.cs
- TextServicesDisplayAttributePropertyRanges.cs
- HighContrastHelper.cs