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
- UnaryOperationBinder.cs
- UpdateRecord.cs
- PropertyChangedEventArgs.cs
- TransformValueSerializer.cs
- DesignerAttribute.cs
- SimplePropertyEntry.cs
- ProcessHost.cs
- CriticalHandle.cs
- HttpRawResponse.cs
- COM2IProvidePropertyBuilderHandler.cs
- ConsoleTraceListener.cs
- Propagator.JoinPropagator.cs
- DynamicPropertyReader.cs
- Trace.cs
- RemoteTokenFactory.cs
- WebCategoryAttribute.cs
- DoubleAnimationUsingKeyFrames.cs
- IndexedSelectQueryOperator.cs
- DockProviderWrapper.cs
- RightsManagementEncryptedStream.cs
- ConfigXmlSignificantWhitespace.cs
- SmiEventSink.cs
- Stackframe.cs
- SystemBrushes.cs
- RichTextBox.cs
- X509Utils.cs
- ToolStripRenderEventArgs.cs
- OperationCanceledException.cs
- OdbcCommand.cs
- ContextMenuAutomationPeer.cs
- IntSecurity.cs
- Win32.cs
- AspProxy.cs
- UIElement3D.cs
- LambdaCompiler.ControlFlow.cs
- SocketElement.cs
- SmtpTransport.cs
- ToolBarPanel.cs
- DES.cs
- TextComposition.cs
- GC.cs
- AuthenticationConfig.cs
- FormViewPagerRow.cs
- IisTraceWebEventProvider.cs
- GlyphElement.cs
- WebBrowsableAttribute.cs
- WebPartHelpVerb.cs
- Options.cs
- EllipticalNodeOperations.cs
- StandardBindingReliableSessionElement.cs
- KnownBoxes.cs
- XmlDataDocument.cs
- CompiledQueryCacheEntry.cs
- ClientEndpointLoader.cs
- ToolStripDropDownDesigner.cs
- DomNameTable.cs
- DataGridRelationshipRow.cs
- FontDialog.cs
- DynamicRenderer.cs
- UiaCoreTypesApi.cs
- ArrayElementGridEntry.cs
- PackageProperties.cs
- SystemNetworkInterface.cs
- CodeVariableReferenceExpression.cs
- Parsers.cs
- ClrPerspective.cs
- RowToParametersTransformer.cs
- DataListItem.cs
- SerializationInfoEnumerator.cs
- EnumValidator.cs
- ActivityBindForm.cs
- Pair.cs
- ChooseAction.cs
- EditCommandColumn.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- SoapReflectionImporter.cs
- ContextInformation.cs
- ListBindingHelper.cs
- HMACMD5.cs
- CacheSection.cs
- DependencyObject.cs
- DbDataReader.cs
- DesignerDataParameter.cs
- TypeNameParser.cs
- StackOverflowException.cs
- ImageDrawing.cs
- _ShellExpression.cs
- EdmProperty.cs
- RenderingBiasValidation.cs
- DbTransaction.cs
- OrthographicCamera.cs
- GridSplitterAutomationPeer.cs
- WindowsHyperlink.cs
- LambdaCompiler.Logical.cs
- SchemaHelper.cs
- StandardTransformFactory.cs
- RtfControlWordInfo.cs
- KnownTypeHelper.cs
- _StreamFramer.cs
- CompletedAsyncResult.cs