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
- KeyPullup.cs
- CompositionAdorner.cs
- PowerEase.cs
- TakeOrSkipQueryOperator.cs
- PrintingPermissionAttribute.cs
- BrowsableAttribute.cs
- ImmutablePropertyDescriptorGridEntry.cs
- HostingEnvironmentException.cs
- SqlClientPermission.cs
- ClaimSet.cs
- DetailsViewDeletedEventArgs.cs
- SignatureDescription.cs
- DynamicRendererThreadManager.cs
- Module.cs
- EllipseGeometry.cs
- ConfigXmlReader.cs
- RepeaterCommandEventArgs.cs
- DbReferenceCollection.cs
- FontUnit.cs
- MetadataSource.cs
- TempEnvironment.cs
- ElementsClipboardData.cs
- Int32.cs
- DataRelationCollection.cs
- EnumMemberAttribute.cs
- KnownBoxes.cs
- ConstNode.cs
- HttpResponseHeader.cs
- httpserverutility.cs
- TextTreeNode.cs
- Baml2006SchemaContext.cs
- EventWaitHandleSecurity.cs
- FloaterParaClient.cs
- EmbeddedMailObjectsCollection.cs
- GenericAuthenticationEventArgs.cs
- LinqDataSourceValidationException.cs
- IsolatedStoragePermission.cs
- Geometry3D.cs
- Table.cs
- CodeAccessPermission.cs
- Parameter.cs
- Function.cs
- ListItemCollection.cs
- SwitchLevelAttribute.cs
- DataBindingCollection.cs
- MenuItemCollectionEditorDialog.cs
- HealthMonitoringSectionHelper.cs
- AssemblyResourceLoader.cs
- WebPartTransformerCollection.cs
- WebPartEditorOkVerb.cs
- SqlFacetAttribute.cs
- PropertyValueChangedEvent.cs
- AsyncPostBackTrigger.cs
- HwndProxyElementProvider.cs
- SerializationAttributes.cs
- PreviewPageInfo.cs
- XmlUtil.cs
- SQLGuid.cs
- CultureInfoConverter.cs
- EventsTab.cs
- EventLogPermissionEntry.cs
- _RequestCacheProtocol.cs
- ServerReliableChannelBinder.cs
- SponsorHelper.cs
- EncodingTable.cs
- Msec.cs
- NodeCounter.cs
- XamlReader.cs
- WS2007HttpBinding.cs
- Rectangle.cs
- UInt64Storage.cs
- WinEventHandler.cs
- CallbackHandler.cs
- EmptyReadOnlyDictionaryInternal.cs
- ListBox.cs
- ResourceDisplayNameAttribute.cs
- IsolatedStorageFile.cs
- SessionState.cs
- CodeNamespace.cs
- JsonFormatReaderGenerator.cs
- DateTimePicker.cs
- WriteLineDesigner.xaml.cs
- IPAddressCollection.cs
- BooleanAnimationUsingKeyFrames.cs
- ColumnTypeConverter.cs
- DbConnectionPoolIdentity.cs
- MdiWindowListStrip.cs
- JsonSerializer.cs
- DropSource.cs
- ServiceDescription.cs
- ModuleElement.cs
- listitem.cs
- _ShellExpression.cs
- Bitmap.cs
- NetCodeGroup.cs
- PresentationTraceSources.cs
- SerialStream.cs
- TraceEventCache.cs
- XmlHelper.cs
- _DigestClient.cs