Code:
/ 4.0 / 4.0 / untmp / 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;
///
///
///
/// Provides data for the
/// event.
///
///
///
public class ItemCheckedEventArgs : EventArgs {
private ListViewItem lvi;
///
///
/// [To be supplied.]
///
public ItemCheckedEventArgs(ListViewItem item) {
this.lvi = item;
}
///
///
/// 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
- handlecollector.cs
- WindowsToolbar.cs
- TransformedBitmap.cs
- EventLogPermission.cs
- Panel.cs
- QueryCorrelationInitializer.cs
- EmptyStringExpandableObjectConverter.cs
- RowUpdatingEventArgs.cs
- JsonEnumDataContract.cs
- ValidationRuleCollection.cs
- ProcessModelSection.cs
- GenerateScriptTypeAttribute.cs
- SchemaComplexType.cs
- OleDbParameterCollection.cs
- ProfileServiceManager.cs
- BitmapEffectGeneralTransform.cs
- KeyFrames.cs
- Cursors.cs
- DelayedRegex.cs
- ValidationSummary.cs
- VerificationException.cs
- ImageButton.cs
- DockingAttribute.cs
- IFlowDocumentViewer.cs
- Comparer.cs
- HuffmanTree.cs
- GregorianCalendarHelper.cs
- BinaryMessageEncodingBindingElement.cs
- FrameAutomationPeer.cs
- State.cs
- AppDomainManager.cs
- DrawTreeNodeEventArgs.cs
- EventLogInformation.cs
- RelativeSource.cs
- MenuEventArgs.cs
- DurationConverter.cs
- _WebProxyDataBuilder.cs
- EntityDataReader.cs
- ReadWriteSpinLock.cs
- BitmapScalingModeValidation.cs
- PrimitiveDataContract.cs
- DataGridViewToolTip.cs
- WebControl.cs
- ApplicationSettingsBase.cs
- SingleStorage.cs
- SQLGuidStorage.cs
- FormatStringEditor.cs
- BrowserDefinition.cs
- ProjectionCamera.cs
- FigureParaClient.cs
- TransportConfigurationTypeElementCollection.cs
- FileDialog.cs
- HostTimeoutsElement.cs
- Random.cs
- Vector3DCollectionValueSerializer.cs
- Debugger.cs
- ManifestResourceInfo.cs
- DataGridItemCollection.cs
- TextAutomationPeer.cs
- TableCellAutomationPeer.cs
- UidManager.cs
- QueryableDataSourceView.cs
- DesignerObjectListAdapter.cs
- ImageMap.cs
- ProcessModule.cs
- MessageLogTraceRecord.cs
- ApplicationBuildProvider.cs
- ArgumentOutOfRangeException.cs
- UInt16.cs
- MonitoringDescriptionAttribute.cs
- TheQuery.cs
- HtmlTable.cs
- EncryptedPackage.cs
- DataGridViewImageCell.cs
- InfiniteTimeSpanConverter.cs
- StructuralObject.cs
- Int16AnimationBase.cs
- AssociativeAggregationOperator.cs
- WCFBuildProvider.cs
- DocumentSequenceHighlightLayer.cs
- TextBoxBase.cs
- DefaultEventAttribute.cs
- Rotation3DKeyFrameCollection.cs
- BaseTemplateParser.cs
- CheckBoxAutomationPeer.cs
- CodeAttributeDeclarationCollection.cs
- WmlValidatorAdapter.cs
- ZoneLinkButton.cs
- IisTraceWebEventProvider.cs
- FixedDocumentPaginator.cs
- CodeArrayIndexerExpression.cs
- MyContact.cs
- HtmlHead.cs
- ColorTransformHelper.cs
- TcpActivation.cs
- GiveFeedbackEventArgs.cs
- ItemList.cs
- SpeakProgressEventArgs.cs
- FtpWebRequest.cs
- IsolationInterop.cs