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 / ItemChangedEventArgs.cs / 1 / ItemChangedEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms {
using System;
///
///
/// [To be supplied.]
///
public class ItemChangedEventArgs : EventArgs {
private int index;
internal ItemChangedEventArgs(int index) {
this.index = index;
}
///
///
/// [To be supplied.]
///
public int Index {
get {
return index;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms {
using System;
///
///
/// [To be supplied.]
///
public class ItemChangedEventArgs : EventArgs {
private int index;
internal ItemChangedEventArgs(int index) {
this.index = index;
}
///
///
/// [To be supplied.]
///
public int Index {
get {
return index;
}
}
}
}
// 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
- HashStream.cs
- UpdatePanelTrigger.cs
- SqlDataSourceConfigureSelectPanel.cs
- TdsParserStaticMethods.cs
- WebPartCatalogCloseVerb.cs
- ViewStateModeByIdAttribute.cs
- WebPartsPersonalizationAuthorization.cs
- ComponentGuaranteesAttribute.cs
- XPathCompileException.cs
- FixedSOMTableRow.cs
- DataGridViewRowPostPaintEventArgs.cs
- DetailsViewPagerRow.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- TreeViewItemAutomationPeer.cs
- CacheChildrenQuery.cs
- XmlTextEncoder.cs
- DragEvent.cs
- SqlRetyper.cs
- IsolatedStorageFilePermission.cs
- WizardPanel.cs
- Main.cs
- XmlSerializationGeneratedCode.cs
- StrokeRenderer.cs
- HierarchicalDataBoundControl.cs
- DataKeyPropertyAttribute.cs
- RemotingAttributes.cs
- CqlIdentifiers.cs
- HwndHostAutomationPeer.cs
- ControlIdConverter.cs
- LocatorGroup.cs
- DoubleLink.cs
- StateManagedCollection.cs
- Int64Storage.cs
- TrustManager.cs
- NamespaceCollection.cs
- EntityCommandDefinition.cs
- KeyedHashAlgorithm.cs
- Set.cs
- SafeNativeMethods.cs
- RelatedCurrencyManager.cs
- MeshGeometry3D.cs
- ListBox.cs
- GenericIdentity.cs
- XPathNavigatorReader.cs
- UnsafeNativeMethods.cs
- CqlLexerHelpers.cs
- ConstraintConverter.cs
- ProfileBuildProvider.cs
- SortedDictionary.cs
- StreamGeometryContext.cs
- ZipPackagePart.cs
- Parsers.cs
- TemplateLookupAction.cs
- DataBindingCollection.cs
- IdnMapping.cs
- TemplatedAdorner.cs
- TrackingExtract.cs
- DataGridTextBox.cs
- TriggerBase.cs
- Matrix3DStack.cs
- XPathNodeList.cs
- HostedController.cs
- GlobalizationSection.cs
- EventLogEntryCollection.cs
- ProbeMatchesMessage11.cs
- HebrewCalendar.cs
- mediaeventargs.cs
- CreateUserErrorEventArgs.cs
- MasterPageBuildProvider.cs
- ResourceContainerWrapper.cs
- DependencyObjectProvider.cs
- ControlBindingsCollection.cs
- HandleInitializationContext.cs
- DriveNotFoundException.cs
- ShapeTypeface.cs
- ColumnBinding.cs
- _ListenerResponseStream.cs
- ClientBuildManager.cs
- ManifestSignedXml.cs
- ProviderUtil.cs
- PropertyGrid.cs
- XamlGridLengthSerializer.cs
- ParameterCollectionEditor.cs
- EventTask.cs
- TransformProviderWrapper.cs
- KeyEvent.cs
- ImageKeyConverter.cs
- UrlMappingsModule.cs
- Frame.cs
- _FtpControlStream.cs
- TimeSpanConverter.cs
- Ops.cs
- PageOrientation.cs
- ProfileGroupSettingsCollection.cs
- MenuItemBindingCollection.cs
- VisualBasicSettingsHandler.cs
- DataControlCommands.cs
- HwndMouseInputProvider.cs
- SerTrace.cs
- ExecutedRoutedEventArgs.cs