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; ////// /// 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. //------------------------------------------------------------------------------ //[To be supplied.] ///// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ThreadNeutralSemaphore.cs
- WebSysDefaultValueAttribute.cs
- DefaultObjectSerializer.cs
- DirectoryNotFoundException.cs
- _CookieModule.cs
- SessionEndingCancelEventArgs.cs
- ImageMapEventArgs.cs
- Clause.cs
- TrackBar.cs
- EventListener.cs
- ElementFactory.cs
- ApplicationFileCodeDomTreeGenerator.cs
- ReferentialConstraint.cs
- HandleCollector.cs
- BaseAddressElementCollection.cs
- PrintDialog.cs
- CrossAppDomainChannel.cs
- StrokeSerializer.cs
- WsatConfiguration.cs
- BoundPropertyEntry.cs
- AsyncCodeActivity.cs
- ImageListStreamer.cs
- CodeObjectCreateExpression.cs
- CommandValueSerializer.cs
- WinFormsSecurity.cs
- Tablet.cs
- PixelFormat.cs
- XpsFixedDocumentSequenceReaderWriter.cs
- AssertFilter.cs
- DifferencingCollection.cs
- InputScopeConverter.cs
- ErrorHandler.cs
- EventBuilder.cs
- NotFiniteNumberException.cs
- DataGridViewSelectedColumnCollection.cs
- SessionStateUtil.cs
- HttpContext.cs
- TreeNodeCollection.cs
- Config.cs
- DnsElement.cs
- NotifyCollectionChangedEventArgs.cs
- ShapingEngine.cs
- FileSystemWatcher.cs
- SqlDataReader.cs
- MarginCollapsingState.cs
- NotifyIcon.cs
- FontFamilyConverter.cs
- DateTimeOffsetConverter.cs
- BitmapEffectrendercontext.cs
- AspCompat.cs
- PartManifestEntry.cs
- ApplicationTrust.cs
- OleDbMetaDataFactory.cs
- CodeCompiler.cs
- PointAnimation.cs
- DesignerActionUI.cs
- NavigationFailedEventArgs.cs
- Composition.cs
- PauseStoryboard.cs
- _SSPISessionCache.cs
- XhtmlBasicTextBoxAdapter.cs
- DropShadowEffect.cs
- StringBuilder.cs
- ToolStripPanelSelectionGlyph.cs
- ChoiceConverter.cs
- FunctionDescription.cs
- MaskedTextBoxDesignerActionList.cs
- RowToFieldTransformer.cs
- TemplatedWizardStep.cs
- PtsHelper.cs
- ApplicationContext.cs
- ListBindableAttribute.cs
- EventsTab.cs
- PeerChannelListener.cs
- BinaryKeyIdentifierClause.cs
- Label.cs
- WebDisplayNameAttribute.cs
- QueryCursorEventArgs.cs
- ComboBoxAutomationPeer.cs
- ObjectDataSourceEventArgs.cs
- VarRemapper.cs
- WorkflowInstanceExtensionCollection.cs
- PagerSettings.cs
- IdnMapping.cs
- PathSegmentCollection.cs
- HtmlPhoneCallAdapter.cs
- MediaTimeline.cs
- ApplyTemplatesAction.cs
- SQLDecimal.cs
- BinaryWriter.cs
- BevelBitmapEffect.cs
- AVElementHelper.cs
- ContractMapping.cs
- DataTableReader.cs
- AstTree.cs
- SqlConnectionHelper.cs
- DataRowView.cs
- CultureSpecificStringDictionary.cs
- AnnotationDocumentPaginator.cs
- ToolBarButton.cs