Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- XmlNamespaceDeclarationsAttribute.cs
- KeyConstraint.cs
- HandlerFactoryWrapper.cs
- MenuScrollingVisibilityConverter.cs
- MD5CryptoServiceProvider.cs
- SchemaObjectWriter.cs
- EventLogSession.cs
- DataGridTextBoxColumn.cs
- GeneralTransformCollection.cs
- CharacterBuffer.cs
- Hash.cs
- XmlSerializer.cs
- AutomationInteropProvider.cs
- DecodeHelper.cs
- CheckBox.cs
- EnumerableCollectionView.cs
- TimelineClockCollection.cs
- BindingGraph.cs
- PersianCalendar.cs
- mansign.cs
- ReferencedCollectionType.cs
- ScriptModule.cs
- basecomparevalidator.cs
- ClassHandlersStore.cs
- HexParser.cs
- DebugView.cs
- WrappedOptions.cs
- StrokeRenderer.cs
- ValidatorCollection.cs
- Pair.cs
- MsmqInputMessagePool.cs
- SizeAnimation.cs
- NamespaceExpr.cs
- LocalizabilityAttribute.cs
- TableRow.cs
- BindToObject.cs
- SchemaImporterExtensionElement.cs
- TemplateComponentConnector.cs
- SoapIncludeAttribute.cs
- ObjectParameter.cs
- EntityDataSourceSelectingEventArgs.cs
- HashHelpers.cs
- CodeAttributeArgumentCollection.cs
- printdlgexmarshaler.cs
- CodeDirectiveCollection.cs
- PropertyIDSet.cs
- AjaxFrameworkAssemblyAttribute.cs
- IndentedTextWriter.cs
- WinCategoryAttribute.cs
- FileVersion.cs
- DataSourceIDConverter.cs
- EFTableProvider.cs
- ValidationErrorCollection.cs
- TemplateControlParser.cs
- PropertyDescriptors.cs
- TextContainerHelper.cs
- TCEAdapterGenerator.cs
- Clipboard.cs
- StrongNameHelpers.cs
- AssemblyCache.cs
- SoapExtensionImporter.cs
- RegexRunner.cs
- _Events.cs
- GetParentChain.cs
- ParagraphVisual.cs
- OdbcDataReader.cs
- Convert.cs
- AssemblySettingAttributes.cs
- Base64Decoder.cs
- ProtectedConfiguration.cs
- TextTreeRootNode.cs
- ConfigXmlDocument.cs
- NavigationService.cs
- RenderingEventArgs.cs
- HtmlInputText.cs
- PrivilegeNotHeldException.cs
- IISUnsafeMethods.cs
- Point3DAnimation.cs
- DateTimeValueSerializer.cs
- RtfToXamlReader.cs
- ElementNotAvailableException.cs
- RootBrowserWindowProxy.cs
- HyperLinkField.cs
- LicFileLicenseProvider.cs
- AttachedAnnotationChangedEventArgs.cs
- SymbolEqualComparer.cs
- HostingEnvironmentSection.cs
- PlanCompiler.cs
- ObjectManager.cs
- WrapPanel.cs
- BitmapEncoder.cs
- UnsafePeerToPeerMethods.cs
- FeatureAttribute.cs
- PropertyEmitter.cs
- ClientSponsor.cs
- Assembly.cs
- ListViewInsertionMark.cs
- TextChange.cs
- DataGridViewSortCompareEventArgs.cs
- ComplexPropertyEntry.cs