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
- StructuredCompositeActivityDesigner.cs
- OpenTypeLayoutCache.cs
- SspiWrapper.cs
- SqlLiftWhereClauses.cs
- MimeTypeMapper.cs
- log.cs
- CleanUpVirtualizedItemEventArgs.cs
- VisualBasicValue.cs
- CharacterBufferReference.cs
- SubpageParaClient.cs
- TimerElapsedEvenArgs.cs
- SessionStateContainer.cs
- SymmetricCryptoHandle.cs
- X509Chain.cs
- ZipPackage.cs
- OracleParameterCollection.cs
- ExpressionParser.cs
- EnumBuilder.cs
- ReferenceEqualityComparer.cs
- RestHandlerFactory.cs
- NullableConverter.cs
- XPathPatternBuilder.cs
- Rect3DValueSerializer.cs
- List.cs
- NetPeerTcpBindingElement.cs
- Cursor.cs
- ViewStateException.cs
- HierarchicalDataTemplate.cs
- FormattedTextSymbols.cs
- _NTAuthentication.cs
- TextWriter.cs
- DiscoveryReference.cs
- RuntimeArgumentHandle.cs
- OleDbConnection.cs
- _TimerThread.cs
- CurrentChangedEventManager.cs
- NavigationExpr.cs
- StringPropertyBuilder.cs
- RuleSetReference.cs
- CodeDirectoryCompiler.cs
- OpCodes.cs
- VectorValueSerializer.cs
- Oid.cs
- XPathNavigatorReader.cs
- PermissionToken.cs
- HttpSessionStateWrapper.cs
- ContractBase.cs
- Propagator.cs
- DataGridViewCellStyleEditor.cs
- FormViewPageEventArgs.cs
- InputProcessorProfilesLoader.cs
- BinaryObjectInfo.cs
- MinMaxParagraphWidth.cs
- SingleConverter.cs
- UnSafeCharBuffer.cs
- BrushProxy.cs
- XmlWhitespace.cs
- HostVisual.cs
- FormViewPageEventArgs.cs
- StagingAreaInputItem.cs
- PropertyEmitter.cs
- TypographyProperties.cs
- XmlTypeMapping.cs
- CodeValidator.cs
- InheritablePropertyChangeInfo.cs
- ProfilePropertySettingsCollection.cs
- pingexception.cs
- _emptywebproxy.cs
- XmlValidatingReader.cs
- ContentFilePart.cs
- ReachDocumentReferenceCollectionSerializer.cs
- RepeatInfo.cs
- WindowsRichEdit.cs
- DependencyPropertyAttribute.cs
- PassportPrincipal.cs
- GeneralTransform3DGroup.cs
- StatusBarPanel.cs
- JsonStringDataContract.cs
- ObjectTag.cs
- FileDialogPermission.cs
- EmptyControlCollection.cs
- WorkflowServiceBuildProvider.cs
- XmlSchemaObjectTable.cs
- ToolStripProgressBar.cs
- RadioButtonPopupAdapter.cs
- _SSPISessionCache.cs
- EmptyWorkItem.cs
- RequestCachingSection.cs
- PackageDigitalSignatureManager.cs
- ObjectTag.cs
- GeneralTransformGroup.cs
- BindingMAnagerBase.cs
- RegexMatchCollection.cs
- CodeNamespace.cs
- SkipQueryOptionExpression.cs
- ISCIIEncoding.cs
- DefinitionBase.cs
- CompositionTarget.cs
- ManagedCodeMarkers.cs
- ProfilePropertySettingsCollection.cs