Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / ItemCheckedEvent.cs / 1305376 / ItemCheckedEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Windows.Forms; using System.Drawing; using Microsoft.Win32; ////// /// public class ItemCheckedEventArgs : EventArgs { private ListViewItem lvi; ////// Provides data for the ////// event. /// /// /// /// public ItemCheckedEventArgs(ListViewItem item) { this.lvi = item; } ///[To be supplied.] ////// /// The index of the item that is about to change. /// public ListViewItem Item { get { return lvi; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Windows.Forms; using System.Drawing; using Microsoft.Win32; ////// /// public class ItemCheckedEventArgs : EventArgs { private ListViewItem lvi; ////// Provides data for the ////// event. /// /// /// /// public ItemCheckedEventArgs(ListViewItem item) { this.lvi = item; } ///[To be supplied.] ////// /// The index of the item that is about to change. /// public ListViewItem Item { get { return lvi; } } } } // 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
- SchemaTableColumn.cs
- EventDriven.cs
- WinInet.cs
- EventLogPermission.cs
- FilterQueryOptionExpression.cs
- DashStyles.cs
- Scripts.cs
- GradientBrush.cs
- CreateUserWizardStep.cs
- BindingExpression.cs
- XamlTreeBuilderBamlRecordWriter.cs
- PolyBezierSegment.cs
- FrameworkTextComposition.cs
- WebPermission.cs
- BrushValueSerializer.cs
- TransformProviderWrapper.cs
- DriveInfo.cs
- EndPoint.cs
- BoundPropertyEntry.cs
- EntityType.cs
- RNGCryptoServiceProvider.cs
- VectorAnimationUsingKeyFrames.cs
- DefaultAuthorizationContext.cs
- ImpersonateTokenRef.cs
- BehaviorEditorPart.cs
- BatchStream.cs
- cookiecollection.cs
- IItemContainerGenerator.cs
- SerializationFieldInfo.cs
- CriticalFinalizerObject.cs
- PerformanceCounterPermissionEntry.cs
- MenuBase.cs
- SrgsElementFactoryCompiler.cs
- XmlMapping.cs
- HttpHostedTransportConfiguration.cs
- XmlILStorageConverter.cs
- DocumentApplicationJournalEntry.cs
- CollectionViewProxy.cs
- XmlILTrace.cs
- WebControlsSection.cs
- ToolBarPanel.cs
- ServiceAuthorizationBehavior.cs
- LinqDataSourceUpdateEventArgs.cs
- RegexInterpreter.cs
- ClientUrlResolverWrapper.cs
- TextServicesLoader.cs
- EventMappingSettingsCollection.cs
- DataListItemEventArgs.cs
- Int64KeyFrameCollection.cs
- MailDefinition.cs
- WmlLinkAdapter.cs
- CacheRequest.cs
- WorkflowControlClient.cs
- XamlTypeMapperSchemaContext.cs
- CryptoApi.cs
- EventSetter.cs
- XmlDictionaryReaderQuotas.cs
- ConditionalAttribute.cs
- CngUIPolicy.cs
- RoutedEvent.cs
- __ComObject.cs
- IFlowDocumentViewer.cs
- BinaryNode.cs
- TraceListeners.cs
- ConsoleTraceListener.cs
- DataGridViewCellFormattingEventArgs.cs
- Durable.cs
- ContractMapping.cs
- ExpressionEditorSheet.cs
- ObjectDataProvider.cs
- Compiler.cs
- Token.cs
- XPathExpr.cs
- XmlKeywords.cs
- CacheAxisQuery.cs
- SamlEvidence.cs
- PostBackTrigger.cs
- EntityDataSourceSelectingEventArgs.cs
- ControllableStoryboardAction.cs
- Debug.cs
- AnimationStorage.cs
- XmlSchemaExternal.cs
- safesecurityhelperavalon.cs
- FileStream.cs
- RepeatBehaviorConverter.cs
- UserInitiatedNavigationPermission.cs
- WebPartManager.cs
- ControlPaint.cs
- CodeVariableReferenceExpression.cs
- HtmlInputButton.cs
- IdnMapping.cs
- SimpleHandlerBuildProvider.cs
- ConstrainedDataObject.cs
- HtmlWindow.cs
- ManipulationVelocities.cs
- DataGridViewRow.cs
- ArgumentException.cs
- WinCategoryAttribute.cs
- RestClientProxyHandler.cs
- X509Certificate.cs