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 / ColumnWidthChangedEvent.cs / 1 / ColumnWidthChangedEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Drawing; using Microsoft.Win32; ////// /// public class ColumnWidthChangedEventArgs : EventArgs { readonly int columnIndex; ////// /// public ColumnWidthChangedEventArgs(int columnIndex) { this.columnIndex = columnIndex; } ///[To be supplied.] ////// /// public int ColumnIndex { get { return columnIndex; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Drawing; using Microsoft.Win32; ////// /// public class ColumnWidthChangedEventArgs : EventArgs { readonly int columnIndex; ////// /// public ColumnWidthChangedEventArgs(int columnIndex) { this.columnIndex = columnIndex; } ///[To be supplied.] ////// /// public int ColumnIndex { get { return columnIndex; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ImageDesigner.cs
- UnsafeNativeMethods.cs
- DataTablePropertyDescriptor.cs
- BrowserDefinitionCollection.cs
- LinqDataSourceView.cs
- DecimalStorage.cs
- CommentEmitter.cs
- CryptoApi.cs
- SoapAttributes.cs
- FilterEventArgs.cs
- ColumnReorderedEventArgs.cs
- InputScopeAttribute.cs
- FormsAuthentication.cs
- XsltInput.cs
- GridViewRow.cs
- KeyFrames.cs
- GridViewRowEventArgs.cs
- SessionStateContainer.cs
- TypeConverterAttribute.cs
- BamlRecordHelper.cs
- SuspendDesigner.cs
- ListViewEditEventArgs.cs
- AttachedAnnotation.cs
- UrlMappingsSection.cs
- PropertyNames.cs
- PopupControlService.cs
- embossbitmapeffect.cs
- BitmapEffectDrawing.cs
- GeneralTransform.cs
- SHA1Managed.cs
- XamlSerializer.cs
- IdnMapping.cs
- XmlSerializerSection.cs
- HostedHttpRequestAsyncResult.cs
- VBIdentifierTrimConverter.cs
- XmlWellformedWriterHelpers.cs
- RawStylusInputCustomData.cs
- BulletedListEventArgs.cs
- CompilerScope.Storage.cs
- ProcessInfo.cs
- TypeToken.cs
- EdgeProfileValidation.cs
- HttpsTransportElement.cs
- ObjectDataSourceDisposingEventArgs.cs
- StaticDataManager.cs
- SelectionEditingBehavior.cs
- XmlQualifiedName.cs
- SystemIcmpV6Statistics.cs
- RegexCharClass.cs
- C14NUtil.cs
- XmlUnspecifiedAttribute.cs
- ProcessHostFactoryHelper.cs
- TreeIterator.cs
- AttributeAction.cs
- XmlSchemaComplexType.cs
- Resources.Designer.cs
- ImageBrush.cs
- Rect.cs
- MsmqChannelFactoryBase.cs
- OracleParameterBinding.cs
- TextDecorations.cs
- WindowsClaimSet.cs
- FrameworkRichTextComposition.cs
- Literal.cs
- SqlDataSourceCommandEventArgs.cs
- HasActivatableWorkflowEvent.cs
- ProfileModule.cs
- WindowsGraphicsCacheManager.cs
- MetafileHeaderWmf.cs
- AdornerHitTestResult.cs
- Activator.cs
- RawTextInputReport.cs
- AffineTransform3D.cs
- DefaultProxySection.cs
- KeyValuePair.cs
- DataGridViewCell.cs
- ArglessEventHandlerProxy.cs
- DataReaderContainer.cs
- EnumBuilder.cs
- MenuTracker.cs
- MaterialCollection.cs
- RayHitTestParameters.cs
- SolidColorBrush.cs
- Options.cs
- shaperfactoryquerycacheentry.cs
- MimeBasePart.cs
- ButtonRenderer.cs
- WebPartDisplayModeEventArgs.cs
- TcpClientSocketManager.cs
- XmlJsonReader.cs
- StylusButtonCollection.cs
- ProxyManager.cs
- XmlDocumentFragment.cs
- PackageFilter.cs
- EdmItemCollection.cs
- CachedCompositeFamily.cs
- XmlWriter.cs
- ISCIIEncoding.cs
- NotificationContext.cs
- DataViewListener.cs