Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UpdateProgress.cs
- CanExecuteRoutedEventArgs.cs
- SecurityCriticalDataForSet.cs
- ColorMap.cs
- MatrixStack.cs
- CategoryValueConverter.cs
- SoapEnumAttribute.cs
- SqlCommandBuilder.cs
- ObfuscateAssemblyAttribute.cs
- ScriptReferenceEventArgs.cs
- Region.cs
- DefaultTraceListener.cs
- BulletDecorator.cs
- _ConnectionGroup.cs
- SByte.cs
- _ShellExpression.cs
- FolderNameEditor.cs
- GridViewColumnCollection.cs
- EntityDataSourceEntityTypeFilterItem.cs
- ResponseStream.cs
- DataBindingExpressionBuilder.cs
- BitmapMetadata.cs
- DelayedRegex.cs
- QuaternionAnimationUsingKeyFrames.cs
- CodeExporter.cs
- DataTableNewRowEvent.cs
- FrameworkEventSource.cs
- Validator.cs
- smtpconnection.cs
- XsltFunctions.cs
- DocumentSequenceHighlightLayer.cs
- SelectionWordBreaker.cs
- FormClosingEvent.cs
- PrintController.cs
- DataGridViewElement.cs
- Options.cs
- ErrorFormatterPage.cs
- RSAPKCS1SignatureDeformatter.cs
- TextRangeEditTables.cs
- DataGridColumn.cs
- SqlBuffer.cs
- Rotation3DAnimation.cs
- PipelineModuleStepContainer.cs
- EntityTransaction.cs
- NavigationFailedEventArgs.cs
- BamlWriter.cs
- CqlBlock.cs
- HttpGetProtocolImporter.cs
- CTreeGenerator.cs
- ObjectContext.cs
- PlatformCulture.cs
- XmlDictionaryReader.cs
- BoundPropertyEntry.cs
- DataGridTextBoxColumn.cs
- Avt.cs
- UIServiceHelper.cs
- FigureParaClient.cs
- GroupByExpressionRewriter.cs
- SerTrace.cs
- MessageSmuggler.cs
- WindowsScroll.cs
- ScrollBar.cs
- ResourceSet.cs
- DateTimeConverter.cs
- ChineseLunisolarCalendar.cs
- ActiveXSerializer.cs
- UnhandledExceptionEventArgs.cs
- ToolStripRendererSwitcher.cs
- ConfigurationSettings.cs
- ToolStripDropDownClosingEventArgs.cs
- RelatedCurrencyManager.cs
- Point3DAnimationUsingKeyFrames.cs
- RadioButton.cs
- infer.cs
- TextRangeAdaptor.cs
- HtmlInputCheckBox.cs
- HostingPreferredMapPath.cs
- QilInvoke.cs
- BaseCodePageEncoding.cs
- Model3D.cs
- CacheHelper.cs
- RegistrationServices.cs
- DesignTable.cs
- BitmapSourceSafeMILHandle.cs
- _ShellExpression.cs
- Schema.cs
- UnsafeNativeMethods.cs
- UriTemplateHelpers.cs
- State.cs
- DataViewManagerListItemTypeDescriptor.cs
- TreeViewCancelEvent.cs
- ArcSegment.cs
- DataGridRow.cs
- LocalizedNameDescriptionPair.cs
- TableCellCollection.cs
- DockPattern.cs
- RankException.cs
- Stylesheet.cs
- ContainerSelectorBehavior.cs
- RawStylusInputCustomData.cs