Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / ItemChangedEventArgs.cs / 1305376 / 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
- TextEditorSpelling.cs
- DirectoryObjectSecurity.cs
- BitmapScalingModeValidation.cs
- ExpressionBinding.cs
- DbDeleteCommandTree.cs
- PresentationTraceSources.cs
- BehaviorDragDropEventArgs.cs
- HttpClientChannel.cs
- UserControlCodeDomTreeGenerator.cs
- AxWrapperGen.cs
- XmlSchemaAppInfo.cs
- TcpClientChannel.cs
- CallbackDebugElement.cs
- DoubleIndependentAnimationStorage.cs
- ExecutionEngineException.cs
- AspNetHostingPermission.cs
- Typography.cs
- ParallelEnumerable.cs
- _NegoState.cs
- Size3D.cs
- EncryptedReference.cs
- InstanceCreationEditor.cs
- AutoGeneratedField.cs
- TrackingMemoryStream.cs
- sqlcontext.cs
- WindowsImpersonationContext.cs
- BlurBitmapEffect.cs
- OrderedHashRepartitionEnumerator.cs
- WindowsButton.cs
- ConnectionString.cs
- HtmlInputImage.cs
- ListBindableAttribute.cs
- OdbcHandle.cs
- SiteMapHierarchicalDataSourceView.cs
- HyperLinkColumn.cs
- DynamicPropertyHolder.cs
- BrowserDefinitionCollection.cs
- BindingOperations.cs
- HuffCodec.cs
- DbParameterCollection.cs
- NominalTypeEliminator.cs
- ErrorHandler.cs
- SqlCaseSimplifier.cs
- StickyNoteAnnotations.cs
- EffectiveValueEntry.cs
- AmbientLight.cs
- ParameterRetriever.cs
- Font.cs
- BoolExpr.cs
- RequestUriProcessor.cs
- FieldReference.cs
- PerspectiveCamera.cs
- ProjectionPathSegment.cs
- ToolStripItem.cs
- AuthenticationSection.cs
- TrustLevelCollection.cs
- XmlQueryStaticData.cs
- Parser.cs
- Line.cs
- InvalidOleVariantTypeException.cs
- XhtmlBasicValidationSummaryAdapter.cs
- RepeaterItemEventArgs.cs
- BooleanExpr.cs
- GenericEnumerator.cs
- ContextMenu.cs
- PolyLineSegmentFigureLogic.cs
- ParentQuery.cs
- Events.cs
- EventRouteFactory.cs
- SqlServer2KCompatibilityAnnotation.cs
- MachineKeyConverter.cs
- BufferedGraphics.cs
- HttpCapabilitiesSectionHandler.cs
- DeclaredTypeValidatorAttribute.cs
- ACL.cs
- ThrowHelper.cs
- SqlAliasesReferenced.cs
- FormClosingEvent.cs
- UnauthorizedWebPart.cs
- DataTableClearEvent.cs
- Material.cs
- DbConnectionPool.cs
- PassportAuthenticationModule.cs
- WebFormsRootDesigner.cs
- CodeActivity.cs
- ListItemsCollectionEditor.cs
- DropDownButton.cs
- oledbmetadatacollectionnames.cs
- TcpDuplicateContext.cs
- DataGridViewRowsRemovedEventArgs.cs
- ViewKeyConstraint.cs
- ContourSegment.cs
- _IPv6Address.cs
- _TLSstream.cs
- ClientSponsor.cs
- Attributes.cs
- ConnectionPointGlyph.cs
- ParamArrayAttribute.cs
- ResolveRequestResponseAsyncResult.cs
- DirectoryGroupQuery.cs