Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- CustomValidator.cs
- ResourceBinder.cs
- TextEndOfParagraph.cs
- SystemResourceHost.cs
- EventDescriptor.cs
- ApplicationServiceHelper.cs
- SessionSwitchEventArgs.cs
- SafeEventLogWriteHandle.cs
- QilStrConcat.cs
- SByteConverter.cs
- QilInvoke.cs
- DocumentViewer.cs
- MarkupObject.cs
- MD5Cng.cs
- XmlParserContext.cs
- ObfuscateAssemblyAttribute.cs
- AccessDataSource.cs
- ScalarOps.cs
- ToolboxComponentsCreatingEventArgs.cs
- QueryCursorEventArgs.cs
- UIAgentMonitor.cs
- ElementProxy.cs
- peernodeimplementation.cs
- ThreadPool.cs
- ActiveXHost.cs
- EntityDesignerUtils.cs
- Mappings.cs
- PathStreamGeometryContext.cs
- CookielessHelper.cs
- GradientSpreadMethodValidation.cs
- HttpCachePolicyElement.cs
- LineSegment.cs
- HttpResponseHeader.cs
- SecurityUniqueId.cs
- SecurityCredentialsManager.cs
- RoleManagerSection.cs
- QueryHandler.cs
- BindingMemberInfo.cs
- ProgressChangedEventArgs.cs
- RegisteredHiddenField.cs
- ObjectQuery.cs
- SoapAttributes.cs
- FlowDocumentScrollViewer.cs
- MessagePropertyAttribute.cs
- WebServiceClientProxyGenerator.cs
- XmlParser.cs
- DataGridViewRowCollection.cs
- TextOnlyOutput.cs
- OperationCanceledException.cs
- ModelUtilities.cs
- MatchingStyle.cs
- ToolStripArrowRenderEventArgs.cs
- EdmConstants.cs
- SchemaLookupTable.cs
- XPathNode.cs
- Converter.cs
- OdbcDataReader.cs
- _ConnectOverlappedAsyncResult.cs
- AliasGenerator.cs
- TemplateKeyConverter.cs
- Typeface.cs
- Size3DConverter.cs
- OrderedParallelQuery.cs
- WhileDesigner.cs
- OpenTypeLayout.cs
- Byte.cs
- ExceptionValidationRule.cs
- DataGridViewRowPrePaintEventArgs.cs
- Double.cs
- PointAnimationUsingKeyFrames.cs
- Overlapped.cs
- PartialTrustVisibleAssembly.cs
- RuntimeConfigLKG.cs
- ConfigXmlCDataSection.cs
- SevenBitStream.cs
- SystemInfo.cs
- DataGridItemEventArgs.cs
- ModuleConfigurationInfo.cs
- Thickness.cs
- DiscreteKeyFrames.cs
- AvTraceFormat.cs
- ObjectSecurity.cs
- BindableTemplateBuilder.cs
- SmiGettersStream.cs
- TransactionManagerProxy.cs
- PassportAuthenticationModule.cs
- XamlFrame.cs
- GCHandleCookieTable.cs
- DataSourceIDConverter.cs
- Variant.cs
- TextEndOfSegment.cs
- Decorator.cs
- EntityCommand.cs
- ReplacementText.cs
- TranslateTransform.cs
- FeatureSupport.cs
- ArithmeticException.cs
- ScriptManagerProxy.cs
- CompositionAdorner.cs
- UndoManager.cs