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; ////// /// 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
- NotConverter.cs
- XmlWrappingReader.cs
- NullableIntAverageAggregationOperator.cs
- ImageSourceValueSerializer.cs
- ServiceModelTimeSpanValidator.cs
- HttpPostServerProtocol.cs
- AdRotator.cs
- ViewUtilities.cs
- TemplateXamlTreeBuilder.cs
- ParamArrayAttribute.cs
- RelationshipDetailsRow.cs
- DaylightTime.cs
- Codec.cs
- BinaryNode.cs
- X509CertificateCollection.cs
- SqlConnectionString.cs
- MiniLockedBorderGlyph.cs
- PermissionToken.cs
- DynamicActionMessageFilter.cs
- ScaleTransform.cs
- DesignerAdapterUtil.cs
- Propagator.ExtentPlaceholderCreator.cs
- HttpRequestCacheValidator.cs
- Stopwatch.cs
- UpDownBaseDesigner.cs
- XmlNavigatorStack.cs
- EventDescriptor.cs
- MouseOverProperty.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- ProtocolsConfigurationHandler.cs
- SqlEnums.cs
- NotFiniteNumberException.cs
- ContextMenuAutomationPeer.cs
- SafeEventLogReadHandle.cs
- HtmlImage.cs
- ChangePassword.cs
- DefaultAsyncDataDispatcher.cs
- WhiteSpaceTrimStringConverter.cs
- ImageSourceValueSerializer.cs
- ProtocolInformationReader.cs
- BufferModesCollection.cs
- Column.cs
- XPathParser.cs
- FunctionQuery.cs
- HtmlDocument.cs
- StylusPointPropertyInfoDefaults.cs
- WindowsFormsHostAutomationPeer.cs
- ChannelReliableSession.cs
- SqlCacheDependencyDatabase.cs
- ModelChangedEventArgsImpl.cs
- Trace.cs
- ThreadAbortException.cs
- BackStopAuthenticationModule.cs
- CodeExporter.cs
- ApplicationServiceManager.cs
- ToolZone.cs
- StylusPlugin.cs
- _NativeSSPI.cs
- unitconverter.cs
- DesignerActionUIService.cs
- StrokeCollection2.cs
- externdll.cs
- ServiceModelInstallComponent.cs
- ExpanderAutomationPeer.cs
- MetadataItemSerializer.cs
- InstanceHandleReference.cs
- ServiceMoniker.cs
- ThreadExceptionEvent.cs
- DataBoundLiteralControl.cs
- AssertSection.cs
- SafeIUnknown.cs
- HashCodeCombiner.cs
- GB18030Encoding.cs
- SizeChangedEventArgs.cs
- XmlTextAttribute.cs
- TypeBuilderInstantiation.cs
- ExpressionCopier.cs
- Helpers.cs
- HtmlControlPersistable.cs
- ContainerAction.cs
- RubberbandSelector.cs
- ExternalException.cs
- DrawingGroup.cs
- OleStrCAMarshaler.cs
- NegatedCellConstant.cs
- FlagsAttribute.cs
- UIntPtr.cs
- ThemeConfigurationDialog.cs
- Int16.cs
- ShaderEffect.cs
- DocumentScope.cs
- PrimarySelectionAdorner.cs
- SourceLocation.cs
- JobPageOrder.cs
- DataSourceSelectArguments.cs
- ObjRef.cs
- CheckBox.cs
- StringCollectionEditor.cs
- HyperLinkField.cs
- SqlNotificationRequest.cs