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
- GetReadStreamResult.cs
- PagesSection.cs
- Monitor.cs
- StateManagedCollection.cs
- OTFRasterizer.cs
- UInt32Converter.cs
- XhtmlBasicTextBoxAdapter.cs
- BitmapFrameEncode.cs
- WebPartManagerInternals.cs
- SessionStateUtil.cs
- BindingElement.cs
- DataGridViewRowHeaderCell.cs
- SelectionChangedEventArgs.cs
- UnsafePeerToPeerMethods.cs
- UrlAuthorizationModule.cs
- ServiceTimeoutsElement.cs
- LineSegment.cs
- HelpInfo.cs
- XmlDownloadManager.cs
- XamlInt32CollectionSerializer.cs
- VerticalAlignConverter.cs
- Shape.cs
- ScalarType.cs
- TextSelection.cs
- ExpressionContext.cs
- Comparer.cs
- ComContractElement.cs
- DataServiceRequestException.cs
- FramingDecoders.cs
- Rotation3D.cs
- StorageBasedPackageProperties.cs
- OrCondition.cs
- Splitter.cs
- InvalidCastException.cs
- HtmlElement.cs
- SubMenuStyleCollection.cs
- Endpoint.cs
- HtmlImage.cs
- PropertyGridEditorPart.cs
- ReachPrintTicketSerializer.cs
- FixUp.cs
- returneventsaver.cs
- SafePEFileHandle.cs
- Single.cs
- ToolStripArrowRenderEventArgs.cs
- FunctionNode.cs
- RecordsAffectedEventArgs.cs
- DataGridViewCheckBoxCell.cs
- XmlSchemaImport.cs
- WebPartExportVerb.cs
- _NestedMultipleAsyncResult.cs
- DataBinding.cs
- BasicAsyncResult.cs
- StylusEventArgs.cs
- WindowsTooltip.cs
- SqlUDTStorage.cs
- ValidationManager.cs
- SecurityContext.cs
- CompiledRegexRunnerFactory.cs
- ExpandoObject.cs
- DebugView.cs
- ArrangedElement.cs
- ReflectionHelper.cs
- KnownIds.cs
- CustomAttributeBuilder.cs
- TemplateComponentConnector.cs
- StrokeCollection2.cs
- PropVariant.cs
- LabelLiteral.cs
- Fonts.cs
- XmlSchemaSimpleContent.cs
- MetadataPropertyAttribute.cs
- RadioButtonRenderer.cs
- InternalControlCollection.cs
- SamlAuthorizationDecisionStatement.cs
- TrustManager.cs
- NetworkInformationPermission.cs
- HtmlTextArea.cs
- SynchronizedDispatch.cs
- CodeMethodInvokeExpression.cs
- ConfigurationSettings.cs
- DeviceContexts.cs
- ColorConvertedBitmap.cs
- RangeEnumerable.cs
- CodeAttributeDeclarationCollection.cs
- ScriptControlDescriptor.cs
- InitializeCorrelation.cs
- VectorAnimationUsingKeyFrames.cs
- StructuredProperty.cs
- X509ThumbprintKeyIdentifierClause.cs
- KeyFrames.cs
- AbstractSvcMapFileLoader.cs
- InkCanvasAutomationPeer.cs
- ToolBarPanel.cs
- CompilerGlobalScopeAttribute.cs
- EventLogger.cs
- CompatibleIComparer.cs
- DataGridViewLinkColumn.cs
- ConfigurationErrorsException.cs
- FlagsAttribute.cs