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
- AnnotationAuthorChangedEventArgs.cs
- NullableConverter.cs
- EndOfStreamException.cs
- HttpPostProtocolImporter.cs
- ProvidersHelper.cs
- LinkGrep.cs
- AlphaSortedEnumConverter.cs
- SpotLight.cs
- LazyLoadBehavior.cs
- ConfigurationSectionGroupCollection.cs
- ObjectNotFoundException.cs
- TextRunCacheImp.cs
- WebPartConnectionsConfigureVerb.cs
- XsdDateTime.cs
- SmiConnection.cs
- Queue.cs
- PropertyMap.cs
- ColumnPropertiesGroup.cs
- ConfigXmlCDataSection.cs
- ButtonField.cs
- RawStylusSystemGestureInputReport.cs
- GenericPrincipal.cs
- GridView.cs
- OnOperation.cs
- EntityReference.cs
- TimelineGroup.cs
- LogReserveAndAppendState.cs
- QilName.cs
- Attributes.cs
- ACE.cs
- storepermissionattribute.cs
- DataServiceProcessingPipelineEventArgs.cs
- BitmapEffectState.cs
- NullableDecimalSumAggregationOperator.cs
- XComponentModel.cs
- _BasicClient.cs
- COM2ExtendedBrowsingHandler.cs
- ScrollChrome.cs
- QuadTree.cs
- UserPreferenceChangingEventArgs.cs
- CaseExpr.cs
- WorkItem.cs
- RowToParametersTransformer.cs
- RelatedView.cs
- DesignerActionVerbList.cs
- Message.cs
- Image.cs
- IPipelineRuntime.cs
- TimeSpanValidatorAttribute.cs
- InvokeMethodActivity.cs
- WebPartCloseVerb.cs
- SessionStateSection.cs
- StreamWriter.cs
- XPathAncestorQuery.cs
- ServicesUtilities.cs
- ReferentialConstraint.cs
- DataTablePropertyDescriptor.cs
- _SSPISessionCache.cs
- ClientCredentials.cs
- DiscreteKeyFrames.cs
- UnsignedPublishLicense.cs
- BrowserDefinitionCollection.cs
- TextParagraphCache.cs
- DictionaryChange.cs
- Point3D.cs
- DetailsViewRow.cs
- TransformGroup.cs
- FileInfo.cs
- List.cs
- CookieProtection.cs
- querybuilder.cs
- CharacterHit.cs
- HatchBrush.cs
- QuaternionValueSerializer.cs
- Tablet.cs
- TextLineResult.cs
- TypeSystemHelpers.cs
- QilInvoke.cs
- BamlWriter.cs
- UnsafeCollabNativeMethods.cs
- BaseAddressElementCollection.cs
- DocumentApplication.cs
- FSWPathEditor.cs
- FilteredAttributeCollection.cs
- DateTimeSerializationSection.cs
- ClientUtils.cs
- DependencyPropertyDescriptor.cs
- HMACRIPEMD160.cs
- SecurityDescriptor.cs
- LogExtent.cs
- FileRegion.cs
- SamlSecurityToken.cs
- GeneralTransform3DGroup.cs
- IdnMapping.cs
- InvalidCommandTreeException.cs
- StateMachineSubscription.cs
- TransformerInfoCollection.cs
- DataTableCollection.cs
- CompositeCollection.cs
- SqlDataSourceCustomCommandEditor.cs