Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / ColumnReorderedEventArgs.cs / 1305376 / 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
- _Semaphore.cs
- CreateUserErrorEventArgs.cs
- IndentedTextWriter.cs
- PersonalizationStateQuery.cs
- DesignTable.cs
- TemplateColumn.cs
- Figure.cs
- BoundColumn.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- SystemColorTracker.cs
- ItemCheckEvent.cs
- DataGridViewAccessibleObject.cs
- SupportsEventValidationAttribute.cs
- SynchronizationValidator.cs
- UserCancellationException.cs
- DataRowView.cs
- ThicknessAnimationUsingKeyFrames.cs
- TdsValueSetter.cs
- WebPartTracker.cs
- ContextStack.cs
- EnumerableRowCollection.cs
- UIInitializationException.cs
- TypeExtension.cs
- HtmlEncodedRawTextWriter.cs
- HashCodeCombiner.cs
- Transform3DCollection.cs
- HtmlEmptyTagControlBuilder.cs
- TextElementEditingBehaviorAttribute.cs
- DetailsViewPageEventArgs.cs
- UpdateCommand.cs
- ExceptionUtil.cs
- CodeCommentStatementCollection.cs
- ComboBox.cs
- DataGridColumnDropSeparator.cs
- ClientSettingsProvider.cs
- ConversionHelper.cs
- XmlSchemas.cs
- TextViewSelectionProcessor.cs
- FontSource.cs
- SettingsPropertyCollection.cs
- VisualBasicValue.cs
- StyleCollection.cs
- ProgressBar.cs
- ObjectStateManagerMetadata.cs
- SharedDp.cs
- XPathExpr.cs
- DesignerTransactionCloseEvent.cs
- MetadataSection.cs
- HtmlAnchor.cs
- SchemaConstraints.cs
- LineBreakRecord.cs
- ProcessHostServerConfig.cs
- VoiceInfo.cs
- MetabaseServerConfig.cs
- NativeMethods.cs
- ToolStripContentPanelDesigner.cs
- CurrentChangedEventManager.cs
- TimeoutValidationAttribute.cs
- httpapplicationstate.cs
- DirectoryObjectSecurity.cs
- SafePipeHandle.cs
- MatrixCamera.cs
- EmbossBitmapEffect.cs
- DesignRelation.cs
- FrameAutomationPeer.cs
- CommandBinding.cs
- ElapsedEventArgs.cs
- HtmlImage.cs
- ObjectSet.cs
- EventLogPermissionHolder.cs
- BaseParser.cs
- CommandLibraryHelper.cs
- NonSerializedAttribute.cs
- ConfigPathUtility.cs
- LeaseManager.cs
- ContainsRowNumberChecker.cs
- VirtualPathData.cs
- GridViewDesigner.cs
- SessionStateUtil.cs
- TableColumnCollectionInternal.cs
- FormViewRow.cs
- DataGridViewComboBoxCell.cs
- WebScriptMetadataMessage.cs
- HttpResponseHeader.cs
- FormViewInsertedEventArgs.cs
- Encoder.cs
- XmlDownloadManager.cs
- ControlCachePolicy.cs
- OleAutBinder.cs
- ArraySet.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- RightNameExpirationInfoPair.cs
- RawTextInputReport.cs
- RawAppCommandInputReport.cs
- DataContext.cs
- RegisterInfo.cs
- DependencyPropertyValueSerializer.cs
- DependencyPropertyKind.cs
- ConsumerConnectionPoint.cs
- SystemInfo.cs