Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / WinForms / Managed / System / WinForms / ColumnReorderedEventArgs.cs / 1 / ColumnReorderedEventArgs.cs
using System; using System.ComponentModel; namespace System.Windows.Forms { ///public class ColumnReorderedEventArgs : CancelEventArgs { private int oldDisplayIndex; private int newDisplayIndex; private ColumnHeader header; /// public ColumnReorderedEventArgs(int oldDisplayIndex, int newDisplayIndex, ColumnHeader header) : base() { this.oldDisplayIndex = oldDisplayIndex; this.newDisplayIndex = newDisplayIndex; this.header = header; } /// public int OldDisplayIndex { get { return oldDisplayIndex; } } /// public int NewDisplayIndex { get { return newDisplayIndex; } } /// public ColumnHeader Header { get { return header; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.ComponentModel; namespace System.Windows.Forms { /// public class ColumnReorderedEventArgs : CancelEventArgs { private int oldDisplayIndex; private int newDisplayIndex; private ColumnHeader header; /// public ColumnReorderedEventArgs(int oldDisplayIndex, int newDisplayIndex, ColumnHeader header) : base() { this.oldDisplayIndex = oldDisplayIndex; this.newDisplayIndex = newDisplayIndex; this.header = header; } /// public int OldDisplayIndex { get { return oldDisplayIndex; } } /// public int NewDisplayIndex { get { return newDisplayIndex; } } /// public ColumnHeader Header { get { return header; } } } } // 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
- SHA384.cs
- ObjectQueryProvider.cs
- DatePickerDateValidationErrorEventArgs.cs
- FixUp.cs
- OleDbCommand.cs
- AssertSection.cs
- WorkflowMarkupSerializer.cs
- CodeTypeDeclarationCollection.cs
- ConfigXmlComment.cs
- ObjectAnimationUsingKeyFrames.cs
- CompoundFileIOPermission.cs
- SqlUDTStorage.cs
- CollectionViewGroupRoot.cs
- Filter.cs
- SchemaMapping.cs
- AddInPipelineAttributes.cs
- SqlInternalConnectionSmi.cs
- DataGridViewCellValueEventArgs.cs
- EventMap.cs
- Main.cs
- BamlBinaryReader.cs
- ExecutorLocksHeldException.cs
- ToolStripStatusLabel.cs
- RoutingConfiguration.cs
- GetWinFXPath.cs
- SelectedCellsCollection.cs
- VectorAnimation.cs
- InternalSafeNativeMethods.cs
- CryptoKeySecurity.cs
- ToolStripButton.cs
- XmlQueryType.cs
- SoapAttributes.cs
- DependencyPropertyConverter.cs
- GroupJoinQueryOperator.cs
- ToolStripPanelSelectionBehavior.cs
- LinearGradientBrush.cs
- BidOverLoads.cs
- ExcCanonicalXml.cs
- XmlSchemaGroup.cs
- StrokeNode.cs
- DropShadowEffect.cs
- WebPartUtil.cs
- RightNameExpirationInfoPair.cs
- StackSpiller.cs
- PermissionToken.cs
- EntityContainerAssociationSetEnd.cs
- ScrollChangedEventArgs.cs
- AttachedAnnotationChangedEventArgs.cs
- DataSourceControl.cs
- Utils.cs
- SamlDoNotCacheCondition.cs
- StringUtil.cs
- ScriptControlManager.cs
- PropertySet.cs
- GeometryDrawing.cs
- SqlMethods.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- GridViewPageEventArgs.cs
- EventProxy.cs
- StreamingContext.cs
- DrawListViewColumnHeaderEventArgs.cs
- DataObjectAttribute.cs
- PassportAuthentication.cs
- ResourceReader.cs
- ToolBarTray.cs
- ProtocolsSection.cs
- ServiceObjectContainer.cs
- DmlSqlGenerator.cs
- InputLanguageProfileNotifySink.cs
- Bind.cs
- PrimitiveXmlSerializers.cs
- ImageAttributes.cs
- CodeComment.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- UriExt.cs
- TextTreeObjectNode.cs
- SmiContext.cs
- UnmanagedHandle.cs
- DataGridViewSortCompareEventArgs.cs
- ListViewUpdatedEventArgs.cs
- XmlKeywords.cs
- Html32TextWriter.cs
- DataGridViewTopLeftHeaderCell.cs
- DomNameTable.cs
- DrawListViewItemEventArgs.cs
- WebResourceUtil.cs
- DocumentPageViewAutomationPeer.cs
- DefaultProxySection.cs
- RepeatBehavior.cs
- AuthenticationSection.cs
- RelatedView.cs
- AssemblyHash.cs
- ObjectParameterCollection.cs
- MenuItemStyleCollection.cs
- GridViewRowCollection.cs
- Operator.cs
- SendMailErrorEventArgs.cs
- ExpressionParser.cs
- PersonalizationProviderHelper.cs
- ObjectView.cs