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
- MissingMemberException.cs
- DesignerActionItem.cs
- DataGridViewCellCollection.cs
- PropertyPath.cs
- UpDownEvent.cs
- UIPropertyMetadata.cs
- ZipIOExtraFieldPaddingElement.cs
- LinqDataSourceInsertEventArgs.cs
- Schema.cs
- TiffBitmapEncoder.cs
- ObjRef.cs
- CaseInsensitiveHashCodeProvider.cs
- ProvidePropertyAttribute.cs
- DependencyObjectType.cs
- RichTextBox.cs
- PriorityBinding.cs
- InputLanguageEventArgs.cs
- InitiatorSessionSymmetricTransportSecurityProtocol.cs
- Environment.cs
- CreateDataSourceDialog.cs
- StringWriter.cs
- HttpFileCollection.cs
- LocatorPartList.cs
- OneOf.cs
- UnionCodeGroup.cs
- RpcCryptoRequest.cs
- SQLBinaryStorage.cs
- GridViewColumn.cs
- Models.cs
- InstallerTypeAttribute.cs
- CheckBox.cs
- DataGridViewElement.cs
- InkPresenterAutomationPeer.cs
- BrowserCapabilitiesFactory35.cs
- IdnMapping.cs
- MailMessage.cs
- SiteMapDataSourceView.cs
- SeparatorAutomationPeer.cs
- TreeNodeStyleCollection.cs
- GridViewRowEventArgs.cs
- UniqueConstraint.cs
- ListViewItem.cs
- HttpResponseInternalWrapper.cs
- OutputCacheSettingsSection.cs
- TagMapCollection.cs
- WebHostUnsafeNativeMethods.cs
- CodeExporter.cs
- CacheManager.cs
- Mappings.cs
- TableStyle.cs
- GenericXmlSecurityToken.cs
- WindowsScrollBar.cs
- RemotingAttributes.cs
- TaskHelper.cs
- UnSafeCharBuffer.cs
- CodeConditionStatement.cs
- StaticExtension.cs
- MimeReflector.cs
- XamlStyleSerializer.cs
- ButtonRenderer.cs
- BasicDesignerLoader.cs
- FlowDocumentPageViewerAutomationPeer.cs
- GradientPanel.cs
- DateTimeOffset.cs
- Models.cs
- recordstatefactory.cs
- EdmError.cs
- TypeUtil.cs
- NativeMethods.cs
- Thickness.cs
- BuildProviderAppliesToAttribute.cs
- TemplateDefinition.cs
- RelationshipFixer.cs
- StackBuilderSink.cs
- NestedContainer.cs
- ReferencedType.cs
- DispatcherOperation.cs
- TimelineCollection.cs
- ConditionalAttribute.cs
- TextParagraphProperties.cs
- RijndaelManaged.cs
- CodeTypeMemberCollection.cs
- StringCollectionMarkupSerializer.cs
- TextElementEditingBehaviorAttribute.cs
- SoapAttributeOverrides.cs
- COAUTHIDENTITY.cs
- ListenerSingletonConnectionReader.cs
- MergeExecutor.cs
- EventLogException.cs
- DocumentGrid.cs
- InvokeHandlers.cs
- SimpleWebHandlerParser.cs
- Comparer.cs
- GenericXmlSecurityTokenAuthenticator.cs
- DbModificationCommandTree.cs
- InfoCardCryptoHelper.cs
- DurationConverter.cs
- OdbcErrorCollection.cs
- Symbol.cs
- BevelBitmapEffect.cs