Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PageSetupDialog.cs
- SqlDataSourceRefreshSchemaForm.cs
- QilLoop.cs
- ManagedIStream.cs
- Stack.cs
- AuthenticationService.cs
- PrintController.cs
- FunctionGenerator.cs
- IdentityValidationException.cs
- SharedConnectionWorkflowTransactionService.cs
- SoapAttributes.cs
- BulletedList.cs
- PrintDialog.cs
- AdornerDecorator.cs
- CustomAttributeFormatException.cs
- ArgumentException.cs
- ObjectKeyFrameCollection.cs
- Int32Collection.cs
- StyleSheetRefUrlEditor.cs
- Int32AnimationBase.cs
- TypeConverterAttribute.cs
- UnaryOperationBinder.cs
- DataPagerFieldCommandEventArgs.cs
- FilterFactory.cs
- ObjectIDGenerator.cs
- CodeVariableReferenceExpression.cs
- FontStretchConverter.cs
- TextStore.cs
- WSSecurityPolicy12.cs
- tooltip.cs
- NavigationPropertyAccessor.cs
- WindowsIdentity.cs
- MaskDescriptors.cs
- SqlError.cs
- ProtocolElement.cs
- OraclePermissionAttribute.cs
- OleDbRowUpdatingEvent.cs
- PageFunction.cs
- FormatConvertedBitmap.cs
- MetadataArtifactLoaderFile.cs
- CornerRadius.cs
- CheckedListBox.cs
- CodeConditionStatement.cs
- DataGridViewCheckBoxColumn.cs
- Main.cs
- DataControlFieldHeaderCell.cs
- Converter.cs
- ClientScriptItemCollection.cs
- SafeIUnknown.cs
- PerformanceCounterPermissionAttribute.cs
- DbConnectionPoolCounters.cs
- RoutedEventValueSerializer.cs
- ProcessHostConfigUtils.cs
- Table.cs
- ImageField.cs
- BindValidationContext.cs
- SMSvcHost.cs
- ConnectionStringsExpressionEditor.cs
- ELinqQueryState.cs
- ListViewContainer.cs
- LinkArea.cs
- Matrix.cs
- StringUtil.cs
- MemberDomainMap.cs
- OleDbError.cs
- IndexedEnumerable.cs
- AppPool.cs
- DetailsViewDeletedEventArgs.cs
- TextWriterTraceListener.cs
- DataGridCell.cs
- FilterableAttribute.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- BamlResourceSerializer.cs
- StylusEventArgs.cs
- RevocationPoint.cs
- ProfileGroupSettingsCollection.cs
- Wildcard.cs
- OracleCommandBuilder.cs
- AsymmetricSignatureDeformatter.cs
- SecurityTokenReferenceStyle.cs
- CompletedAsyncResult.cs
- LinqToSqlWrapper.cs
- hwndwrapper.cs
- ProfileEventArgs.cs
- DataGridViewColumnCollectionEditor.cs
- _WinHttpWebProxyDataBuilder.cs
- IconConverter.cs
- ISFTagAndGuidCache.cs
- _OverlappedAsyncResult.cs
- AddInBase.cs
- hwndwrapper.cs
- FormView.cs
- AuthenticationSection.cs
- oledbmetadatacollectionnames.cs
- QuadraticBezierSegment.cs
- _NtlmClient.cs
- DefinitionBase.cs
- CompleteWizardStep.cs
- WorkerRequest.cs
- MonikerSyntaxException.cs