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 / ItemCheckedEvent.cs / 1 / 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
- AssociationSetMetadata.cs
- WorkflowEnvironment.cs
- TrustLevel.cs
- ClassHandlersStore.cs
- SingleStorage.cs
- RelationshipFixer.cs
- ConfigXmlComment.cs
- CompoundFileStreamReference.cs
- SqlBinder.cs
- TagNameToTypeMapper.cs
- Parser.cs
- BindingSourceDesigner.cs
- TraceHandlerErrorFormatter.cs
- SqlConnectionHelper.cs
- SEHException.cs
- CatalogPartCollection.cs
- MissingMethodException.cs
- ImageFormatConverter.cs
- DataGridViewCellMouseEventArgs.cs
- CommonProperties.cs
- XPathArrayIterator.cs
- HtmlShim.cs
- Vector3D.cs
- FileUtil.cs
- EncoderExceptionFallback.cs
- InternalException.cs
- EditingMode.cs
- GlobalProxySelection.cs
- ModelPropertyDescriptor.cs
- PathData.cs
- NetworkInterface.cs
- InternalResources.cs
- ExtensibleClassFactory.cs
- GridEntry.cs
- SerialReceived.cs
- AccessDataSourceView.cs
- DBAsyncResult.cs
- Stack.cs
- SettingsAttributeDictionary.cs
- XPathScanner.cs
- validationstate.cs
- ParameterSubsegment.cs
- ForEachAction.cs
- ServiceDeploymentInfo.cs
- DrawingAttributeSerializer.cs
- CurrentTimeZone.cs
- TraceUtils.cs
- Typeface.cs
- FieldInfo.cs
- OperationAbortedException.cs
- DBNull.cs
- SuppressMergeCheckAttribute.cs
- SmiXetterAccessMap.cs
- AnnotationHelper.cs
- DataServiceHostFactory.cs
- CodePageUtils.cs
- AudioLevelUpdatedEventArgs.cs
- Tag.cs
- InputGestureCollection.cs
- BindingManagerDataErrorEventArgs.cs
- XsdBuilder.cs
- PointLightBase.cs
- GridItemCollection.cs
- ResourceReader.cs
- ServerTooBusyException.cs
- SqlAliasesReferenced.cs
- SymmetricKey.cs
- Material.cs
- AllMembershipCondition.cs
- _IPv6Address.cs
- WindowsListViewSubItem.cs
- IdentityElement.cs
- CommandID.cs
- Quaternion.cs
- TextDecorationCollection.cs
- CapabilitiesSection.cs
- WaitHandleCannotBeOpenedException.cs
- ComponentEvent.cs
- TextSpan.cs
- DescendentsWalker.cs
- MultiplexingDispatchMessageFormatter.cs
- UseManagedPresentationBindingElement.cs
- AttachedAnnotation.cs
- ProjectedSlot.cs
- TrustSection.cs
- InstalledFontCollection.cs
- InstallerTypeAttribute.cs
- TemplateNameScope.cs
- PriorityBindingExpression.cs
- RelOps.cs
- EncryptedXml.cs
- EntityModelSchemaGenerator.cs
- URIFormatException.cs
- PersonalizationStateInfo.cs
- TreeChangeInfo.cs
- RuleCache.cs
- FaultReason.cs
- PointConverter.cs
- ResumeStoryboard.cs
- UniqueID.cs