Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; ////// /// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ETagAttribute.cs
- CacheOutputQuery.cs
- RegionIterator.cs
- CultureTable.cs
- DataBoundControlHelper.cs
- DefaultTextStoreTextComposition.cs
- ContentTextAutomationPeer.cs
- DotExpr.cs
- ManifestSignatureInformation.cs
- ProjectedSlot.cs
- WebPartConnectionsDisconnectVerb.cs
- DataGridViewColumnHeaderCell.cs
- hresults.cs
- regiisutil.cs
- XmlArrayItemAttribute.cs
- X509SecurityToken.cs
- PageRequestManager.cs
- TableRowGroup.cs
- Transform3D.cs
- DispatcherEventArgs.cs
- StringArrayEditor.cs
- TimelineCollection.cs
- WorkflowPageSetupDialog.cs
- TabControlCancelEvent.cs
- AccessDataSource.cs
- Win32NamedPipes.cs
- Utils.cs
- PingReply.cs
- Matrix.cs
- RTTrackingProfile.cs
- Color.cs
- Int64Animation.cs
- DynamicPropertyHolder.cs
- ErrorWebPart.cs
- NominalTypeEliminator.cs
- NameValuePermission.cs
- LogWriteRestartAreaAsyncResult.cs
- WindowsAltTab.cs
- XmlSiteMapProvider.cs
- MimeWriter.cs
- ConnectionsZone.cs
- IPHostEntry.cs
- ActivitiesCollection.cs
- InstallerTypeAttribute.cs
- ConfigXmlText.cs
- FrameworkTemplate.cs
- AlphaSortedEnumConverter.cs
- BufferedGraphics.cs
- DecimalKeyFrameCollection.cs
- ColumnMapProcessor.cs
- HttpConfigurationSystem.cs
- BaseWebProxyFinder.cs
- TextEditorCopyPaste.cs
- ReservationNotFoundException.cs
- ElementHostPropertyMap.cs
- DataContext.cs
- QuaternionIndependentAnimationStorage.cs
- DesignerActionUIService.cs
- NamedObject.cs
- SystemFonts.cs
- IndexExpression.cs
- Privilege.cs
- XmlName.cs
- CryptoKeySecurity.cs
- ExpressionBuilder.cs
- RowType.cs
- DataControlFieldsEditor.cs
- FrameworkContextData.cs
- WorkflowMarkupSerializationException.cs
- BaseParaClient.cs
- WebPartManager.cs
- HMACSHA384.cs
- ProgressBarRenderer.cs
- GraphicsPath.cs
- DataViewSetting.cs
- XpsStructure.cs
- DataGridViewTopLeftHeaderCell.cs
- ParameterReplacerVisitor.cs
- RadialGradientBrush.cs
- Speller.cs
- InputBinder.cs
- PageThemeBuildProvider.cs
- ZipIOLocalFileHeader.cs
- IPeerNeighbor.cs
- TabPageDesigner.cs
- SecurityManager.cs
- StatementContext.cs
- IncrementalCompileAnalyzer.cs
- TypeLibConverter.cs
- DataGridPagerStyle.cs
- ModelVisual3D.cs
- CustomError.cs
- SharedDp.cs
- CodeCatchClauseCollection.cs
- MLangCodePageEncoding.cs
- RC2.cs
- XmlNamedNodeMap.cs
- bindurihelper.cs
- ReceiveParametersContent.cs
- XmlSerializationWriter.cs