Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- CodeSnippetCompileUnit.cs
- CompiledQuery.cs
- DataContractSerializer.cs
- ToolStripLabel.cs
- BezierSegment.cs
- _DomainName.cs
- TreeNodeCollection.cs
- ToolStripOverflow.cs
- RemoveStoryboard.cs
- DataObjectAttribute.cs
- GACMembershipCondition.cs
- FixedPage.cs
- TextServicesDisplayAttribute.cs
- DocumentPageViewAutomationPeer.cs
- Serializer.cs
- OnOperation.cs
- Touch.cs
- hresults.cs
- EncoderParameter.cs
- DLinqTableProvider.cs
- InnerItemCollectionView.cs
- DynamicEndpoint.cs
- RequestCachingSection.cs
- ContextMenu.cs
- _AutoWebProxyScriptHelper.cs
- ContextDataSource.cs
- TextStore.cs
- WebPartCancelEventArgs.cs
- SafePEFileHandle.cs
- PeerSecurityHelpers.cs
- XmlHierarchicalDataSourceView.cs
- HtmlEmptyTagControlBuilder.cs
- LowerCaseStringConverter.cs
- ListViewUpdateEventArgs.cs
- Oid.cs
- ColumnHeaderCollectionEditor.cs
- XmlCharCheckingReader.cs
- LayoutTableCell.cs
- GroupBox.cs
- StylusSystemGestureEventArgs.cs
- ImageClickEventArgs.cs
- NestedContainer.cs
- XsltInput.cs
- XmlStreamStore.cs
- Knowncolors.cs
- ProgressChangedEventArgs.cs
- TextBoxView.cs
- ResourcePermissionBase.cs
- StreamGeometryContext.cs
- HelpInfo.cs
- KeyboardDevice.cs
- TypedServiceOperationListItem.cs
- PerformanceCounterPermissionEntry.cs
- DescendentsWalkerBase.cs
- Application.cs
- DefinitionBase.cs
- AnimationClock.cs
- GridViewSortEventArgs.cs
- ProcessStartInfo.cs
- SqlExpander.cs
- SiteMapNodeItem.cs
- CapabilitiesRule.cs
- SignatureHelper.cs
- Size3D.cs
- ItemCheckedEvent.cs
- IndicCharClassifier.cs
- PropertyFilterAttribute.cs
- DependencyObjectCodeDomSerializer.cs
- SafeHandle.cs
- FileDialogPermission.cs
- CheckBoxAutomationPeer.cs
- _NegotiateClient.cs
- XPathException.cs
- RowParagraph.cs
- KeyGestureConverter.cs
- PropertyPath.cs
- PackUriHelper.cs
- RangeContentEnumerator.cs
- arabicshape.cs
- ProxyGenerationError.cs
- SqlTransaction.cs
- EntityModelSchemaGenerator.cs
- EventMap.cs
- TransportContext.cs
- AnnotationService.cs
- TraceContext.cs
- FaultException.cs
- Point3DAnimationUsingKeyFrames.cs
- InvokeProviderWrapper.cs
- ListViewItemMouseHoverEvent.cs
- MyContact.cs
- DesignRelation.cs
- CapabilitiesRule.cs
- LocationEnvironment.cs
- WebControlAdapter.cs
- ObservableDictionary.cs
- PrimitiveRenderer.cs
- TemplatedWizardStep.cs
- MimeWriter.cs
- XmlDictionaryWriter.cs