Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- COM2ExtendedUITypeEditor.cs
- ActiveXContainer.cs
- PlaceHolder.cs
- CryptoStream.cs
- AuthenticationService.cs
- WindowsAuthenticationEventArgs.cs
- ErrorFormatter.cs
- PrintDialog.cs
- BuildProviderAppliesToAttribute.cs
- GcSettings.cs
- SearchForVirtualItemEventArgs.cs
- PackageFilter.cs
- ElementHostPropertyMap.cs
- CountdownEvent.cs
- DataGridViewSelectedCellCollection.cs
- TdsParserSafeHandles.cs
- DataGridItemCollection.cs
- DomainUpDown.cs
- BamlRecordReader.cs
- TypeDescriptionProviderAttribute.cs
- ArrayWithOffset.cs
- AutomationElementIdentifiers.cs
- HttpHostedTransportConfiguration.cs
- EncryptedXml.cs
- ErrorEventArgs.cs
- ObjectQuery.cs
- FontSizeConverter.cs
- InternalCache.cs
- LabelDesigner.cs
- X509CertificateCollection.cs
- DNS.cs
- ZipIOFileItemStream.cs
- ChildTable.cs
- SchemaTableColumn.cs
- CommonProperties.cs
- GridViewCellAutomationPeer.cs
- Debug.cs
- StrongNameHelpers.cs
- ProcessHostMapPath.cs
- SecureEnvironment.cs
- SafeFileMapViewHandle.cs
- PieceNameHelper.cs
- Container.cs
- RemoteWebConfigurationHostStream.cs
- AssemblySettingAttributes.cs
- Addressing.cs
- InternalCache.cs
- FaultCallbackWrapper.cs
- Pair.cs
- ClientApiGenerator.cs
- Matrix3D.cs
- TextPointerBase.cs
- Span.cs
- PartialClassGenerationTaskInternal.cs
- UniqueIdentifierService.cs
- URI.cs
- XmlSchemaProviderAttribute.cs
- ActivityDefaults.cs
- SerialStream.cs
- CompiledELinqQueryState.cs
- ListViewDataItem.cs
- Simplifier.cs
- bindurihelper.cs
- ProcessThreadCollection.cs
- FileRecordSequenceHelper.cs
- FormsAuthenticationCredentials.cs
- CollectionViewProxy.cs
- Ref.cs
- CngUIPolicy.cs
- Enum.cs
- ResolveDuplexCD1AsyncResult.cs
- XamlFigureLengthSerializer.cs
- EntityDataSourceDataSelectionPanel.cs
- CacheChildrenQuery.cs
- Facet.cs
- AccessibleObject.cs
- TreeIterators.cs
- UTF7Encoding.cs
- Stack.cs
- StrongTypingException.cs
- SourceSwitch.cs
- _BaseOverlappedAsyncResult.cs
- CharacterMetricsDictionary.cs
- CacheSection.cs
- Lease.cs
- ActionItem.cs
- DataGridViewRowHeaderCell.cs
- PrimitiveCodeDomSerializer.cs
- ToolboxItem.cs
- AssertFilter.cs
- path.cs
- ClipboardData.cs
- ItemAutomationPeer.cs
- SQLByteStorage.cs
- SymmetricKeyWrap.cs
- XmlArrayAttribute.cs
- SQLGuidStorage.cs
- ActivitiesCollection.cs
- XmlNullResolver.cs
- ImageList.cs