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
- ImplicitInputBrush.cs
- AttributeCollection.cs
- XmlSchemaValidator.cs
- ObjectSet.cs
- ActivityExecutor.cs
- DataControlCommands.cs
- MatrixAnimationUsingKeyFrames.cs
- UnsafeNativeMethods.cs
- HttpCacheVary.cs
- MessageAction.cs
- EntityDesignerBuildProvider.cs
- VScrollBar.cs
- ProcessThread.cs
- SurrogateEncoder.cs
- ConnectionInterfaceCollection.cs
- ImageFormat.cs
- HMACSHA256.cs
- SqlGatherConsumedAliases.cs
- LifetimeServices.cs
- UnhandledExceptionEventArgs.cs
- XmlDomTextWriter.cs
- XmlNodeReader.cs
- InProcStateClientManager.cs
- followingquery.cs
- HttpModuleCollection.cs
- DrawingImage.cs
- DllNotFoundException.cs
- DebuggerAttributes.cs
- HiddenField.cs
- ReflectionPermission.cs
- Select.cs
- InheritanceRules.cs
- ColumnResizeUndoUnit.cs
- EventlogProvider.cs
- DbCommandDefinition.cs
- HttpConfigurationSystem.cs
- HistoryEventArgs.cs
- selecteditemcollection.cs
- AnnotationComponentManager.cs
- TextChangedEventArgs.cs
- PagedDataSource.cs
- HMACRIPEMD160.cs
- HandlerBase.cs
- TextSelectionHighlightLayer.cs
- XmlIlGenerator.cs
- ByteStorage.cs
- ViewManager.cs
- DurationConverter.cs
- HttpContextBase.cs
- UIElementCollection.cs
- mda.cs
- GlyphRunDrawing.cs
- FilteredDataSetHelper.cs
- RadialGradientBrush.cs
- ExceptionHandler.cs
- EventHandlersStore.cs
- JsonQNameDataContract.cs
- AutomationPattern.cs
- UIElement.cs
- X509Utils.cs
- HttpClientCertificate.cs
- SqlCommandSet.cs
- IndexExpression.cs
- HijriCalendar.cs
- PeerReferralPolicy.cs
- View.cs
- EventArgs.cs
- DigitShape.cs
- XmlSchemaObjectCollection.cs
- AsymmetricSecurityBindingElement.cs
- TextBox.cs
- ContractMapping.cs
- WebBrowser.cs
- ObjectDataSourceView.cs
- XmlSerializerVersionAttribute.cs
- DependencyProperty.cs
- Matrix3D.cs
- DataTemplate.cs
- PersonalizationProvider.cs
- KeyEvent.cs
- SequentialActivityDesigner.cs
- SiteMapDataSourceView.cs
- NetCodeGroup.cs
- Color.cs
- LicenseContext.cs
- ToolStripContainer.cs
- SvcMapFile.cs
- SessionEndingCancelEventArgs.cs
- ToolStripRenderEventArgs.cs
- EntityClassGenerator.cs
- GacUtil.cs
- ClientEventManager.cs
- ColorKeyFrameCollection.cs
- HotSpotCollectionEditor.cs
- LogFlushAsyncResult.cs
- ToolStripGrip.cs
- AuthenticationException.cs
- ServiceOperationViewControl.cs
- SerializationHelper.cs
- PersistenceException.cs