Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / ColumnWidthChangedEvent.cs / 1305376 / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Soap12ProtocolReflector.cs
- HtmlHead.cs
- DataGridViewCellStyle.cs
- EncoderBestFitFallback.cs
- SizeChangedInfo.cs
- HtmlControlPersistable.cs
- GridProviderWrapper.cs
- Size3DConverter.cs
- OutputCacheModule.cs
- SecurityManager.cs
- DataControlButton.cs
- DesignerTextBoxAdapter.cs
- CrossContextChannel.cs
- RemotingServices.cs
- SetUserLanguageRequest.cs
- SchemaManager.cs
- ServerIdentity.cs
- InProcStateClientManager.cs
- SignatureToken.cs
- externdll.cs
- DelegatingChannelListener.cs
- SafeNativeMethodsOther.cs
- Console.cs
- RPIdentityRequirement.cs
- DocumentViewerConstants.cs
- PriorityChain.cs
- ProxyFragment.cs
- WindowsEditBox.cs
- SmiMetaData.cs
- SubstitutionList.cs
- CopyEncoder.cs
- ObjectView.cs
- MouseEventArgs.cs
- SmtpNegotiateAuthenticationModule.cs
- SaveFileDialog.cs
- SoapFormatter.cs
- MenuItem.cs
- ResourceKey.cs
- DateTimeOffsetConverter.cs
- TextServicesProperty.cs
- XmlCharCheckingWriter.cs
- BamlTreeUpdater.cs
- SqlBuilder.cs
- DataBoundControlAdapter.cs
- NamespaceMapping.cs
- TabControlCancelEvent.cs
- ExpressionList.cs
- ZipIOCentralDirectoryFileHeader.cs
- AppSettingsReader.cs
- GeometryValueSerializer.cs
- Accessible.cs
- BaseAppDomainProtocolHandler.cs
- FixedSOMTable.cs
- SendingRequestEventArgs.cs
- XmlNavigatorFilter.cs
- TemplateLookupAction.cs
- XmlWellformedWriterHelpers.cs
- MailMessage.cs
- CorrelationManager.cs
- WriteTimeStream.cs
- XPathBuilder.cs
- EntityDataSourceQueryBuilder.cs
- LoadedEvent.cs
- SelfIssuedAuthProofToken.cs
- EdmSchemaError.cs
- EntryIndex.cs
- TemplateControlParser.cs
- SendKeys.cs
- ToolboxItem.cs
- TrackBar.cs
- ListItemViewAttribute.cs
- ExtentCqlBlock.cs
- WindowsSecurityToken.cs
- DataGridRowEventArgs.cs
- ThousandthOfEmRealPoints.cs
- Package.cs
- XpsPackagingPolicy.cs
- StringExpressionSet.cs
- OAVariantLib.cs
- SHA1.cs
- ReadOnlyAttribute.cs
- ObjectDataProvider.cs
- ResourceCategoryAttribute.cs
- glyphs.cs
- ToolStripItemImageRenderEventArgs.cs
- Merger.cs
- ToolBarPanel.cs
- CalendarDateRangeChangingEventArgs.cs
- BitSet.cs
- ToolStripContentPanelRenderEventArgs.cs
- XmlElementAttribute.cs
- EdmEntityTypeAttribute.cs
- ReadContentAsBinaryHelper.cs
- XmlSerializationWriter.cs
- SqlDataAdapter.cs
- SerialPinChanges.cs
- DbConnectionPoolGroup.cs
- CompiledQueryCacheEntry.cs
- ProvidersHelper.cs
- DataGridViewLayoutData.cs