Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / ColumnClickEvent.cs / 1305376 / ColumnClickEvent.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;
///
///
///
/// Provides data for the
/// event.
///
///
///
public class ColumnClickEventArgs : EventArgs {
readonly int column;
///
///
/// [To be supplied.]
///
public ColumnClickEventArgs(int column) {
this.column = column;
}
///
///
/// [To be supplied.]
///
public int Column {
get {
return column;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// 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;
///
///
///
/// Provides data for the
/// event.
///
///
///
public class ColumnClickEventArgs : EventArgs {
readonly int column;
///
///
/// [To be supplied.]
///
public ColumnClickEventArgs(int column) {
this.column = column;
}
///
///
/// [To be supplied.]
///
public int Column {
get {
return column;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- InputLanguageEventArgs.cs
- SafeCryptoHandles.cs
- EncoderFallback.cs
- CardSpacePolicyElement.cs
- KerberosSecurityTokenAuthenticator.cs
- Switch.cs
- ReferentialConstraint.cs
- ResourceAssociationType.cs
- MenuCommands.cs
- LinqDataSourceDeleteEventArgs.cs
- _DigestClient.cs
- MemoryRecordBuffer.cs
- TypeSystemProvider.cs
- WaitForChangedResult.cs
- ControlIdConverter.cs
- RuleSettings.cs
- AuthStoreRoleProvider.cs
- BaseDataListActionList.cs
- CodeLabeledStatement.cs
- BitmapPalettes.cs
- ConversionContext.cs
- XmlSchemaSimpleTypeList.cs
- QilName.cs
- AutomationPatternInfo.cs
- RequiredFieldValidator.cs
- PostBackOptions.cs
- XmlBoundElement.cs
- DataGridTable.cs
- COM2AboutBoxPropertyDescriptor.cs
- xdrvalidator.cs
- ItemCollection.cs
- _NativeSSPI.cs
- OleDbParameter.cs
- CapabilitiesState.cs
- X509ScopedServiceCertificateElementCollection.cs
- ToolStripArrowRenderEventArgs.cs
- FolderBrowserDialog.cs
- FixedElement.cs
- ArglessEventHandlerProxy.cs
- UseAttributeSetsAction.cs
- MembershipSection.cs
- ObjectViewListener.cs
- ContentDisposition.cs
- InputScopeAttribute.cs
- WindowsTokenRoleProvider.cs
- ExpressionDumper.cs
- SchemaSetCompiler.cs
- XappLauncher.cs
- XmlSchemaSimpleContent.cs
- MSHTMLHost.cs
- PenContexts.cs
- OdbcParameterCollection.cs
- PngBitmapDecoder.cs
- DiagnosticStrings.cs
- SetterBase.cs
- COM2ComponentEditor.cs
- SystemColorTracker.cs
- SmiEventSink_Default.cs
- ServicePointManager.cs
- HostedHttpTransportManager.cs
- WebBrowserContainer.cs
- UnknownBitmapEncoder.cs
- ZipArchive.cs
- ProcessingInstructionAction.cs
- CatalogPart.cs
- ServiceNameElement.cs
- XmlSchemaSimpleContentRestriction.cs
- XmlSchemaSimpleContentExtension.cs
- SafeNativeMethods.cs
- DeobfuscatingStream.cs
- WsrmFault.cs
- WinEventQueueItem.cs
- ListControlDataBindingHandler.cs
- CloudCollection.cs
- Italic.cs
- BulletedList.cs
- MonthCalendar.cs
- SqlMethods.cs
- FileLevelControlBuilderAttribute.cs
- FunctionQuery.cs
- StyleBamlTreeBuilder.cs
- GeometryGroup.cs
- StagingAreaInputItem.cs
- MsmqInputSessionChannelListener.cs
- ConfigurationElement.cs
- DefaultEventAttribute.cs
- TypeBuilderInstantiation.cs
- XamlPoint3DCollectionSerializer.cs
- ZipIOExtraFieldPaddingElement.cs
- UserCancellationException.cs
- XamlTreeBuilder.cs
- BinaryFormatter.cs
- SafeMemoryMappedViewHandle.cs
- HttpCookieCollection.cs
- SecureStringHasher.cs
- PropertyInformationCollection.cs
- __Error.cs
- EntityDataSourceState.cs
- GridView.cs
- ModelItemDictionaryImpl.cs