Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- TabItemWrapperAutomationPeer.cs
- EndpointInfo.cs
- RootBrowserWindowAutomationPeer.cs
- ProtectedConfiguration.cs
- DocumentOrderComparer.cs
- ReadOnlyPropertyMetadata.cs
- RequestCacheManager.cs
- OleDbMetaDataFactory.cs
- HostedTransportConfigurationManager.cs
- PageTheme.cs
- SiteMapHierarchicalDataSourceView.cs
- DocumentCollection.cs
- StrokeNodeOperations2.cs
- WinEventHandler.cs
- HtmlTableRowCollection.cs
- DecodeHelper.cs
- GrabHandleGlyph.cs
- Int64Storage.cs
- SqlColumnizer.cs
- ServicePointManagerElement.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- TimeBoundedCache.cs
- FixedBufferAttribute.cs
- DebugView.cs
- DescriptionAttribute.cs
- RoleService.cs
- ConfigXmlText.cs
- PairComparer.cs
- CodeAssignStatement.cs
- Directory.cs
- MethodBuilderInstantiation.cs
- TreeNodeBinding.cs
- OrderedDictionaryStateHelper.cs
- DataSourceBooleanViewSchemaConverter.cs
- DataGridViewCellMouseEventArgs.cs
- FormViewRow.cs
- ChangesetResponse.cs
- OdbcCommand.cs
- PkcsMisc.cs
- ColorMap.cs
- HelpInfo.cs
- PropertyManager.cs
- Attributes.cs
- FixedBufferAttribute.cs
- ForwardPositionQuery.cs
- PerformanceCounterManager.cs
- PackWebRequestFactory.cs
- Variable.cs
- FormViewModeEventArgs.cs
- JournalEntryStack.cs
- WindowsRegion.cs
- RegexGroup.cs
- StateChangeEvent.cs
- ObjectAnimationBase.cs
- KeyPullup.cs
- ScriptingWebServicesSectionGroup.cs
- HandledEventArgs.cs
- ZipIOLocalFileHeader.cs
- CompositeCollection.cs
- JsonUriDataContract.cs
- InkCollectionBehavior.cs
- NeutralResourcesLanguageAttribute.cs
- QilInvokeEarlyBound.cs
- VirtualPathProvider.cs
- ParseElementCollection.cs
- EntityDesignerUtils.cs
- DBNull.cs
- VirtualPath.cs
- PropertyPathConverter.cs
- Unit.cs
- DataKey.cs
- CallSiteOps.cs
- ServiceHttpHandlerFactory.cs
- SynchronizationContext.cs
- BoundPropertyEntry.cs
- MetafileHeaderWmf.cs
- BatchParser.cs
- ColorMatrix.cs
- Array.cs
- SqlMultiplexer.cs
- BaseParagraph.cs
- XsltSettings.cs
- ApplicationFileCodeDomTreeGenerator.cs
- DiagnosticTraceSource.cs
- RequestQueue.cs
- ManualResetEvent.cs
- nulltextnavigator.cs
- ValidationSettings.cs
- KeyFrames.cs
- Rect3D.cs
- CollectionView.cs
- _NegotiateClient.cs
- ModelProperty.cs
- ToggleProviderWrapper.cs
- IntegerValidator.cs
- TypeElement.cs
- DataSourceControl.cs
- UnsafeNativeMethods.cs
- ComponentResourceKey.cs
- HMACSHA512.cs