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;
///
///
///
/// 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.
//------------------------------------------------------------------------------
//
// 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
- FuncTypeConverter.cs
- ConnectionStringsSection.cs
- AggregatePushdown.cs
- Calendar.cs
- _AuthenticationState.cs
- ArgumentsParser.cs
- HttpWebRequestElement.cs
- Graphics.cs
- CodePageUtils.cs
- HtmlButton.cs
- WebServiceParameterData.cs
- InfocardInteractiveChannelInitializer.cs
- ReversePositionQuery.cs
- ResourceCategoryAttribute.cs
- BooleanKeyFrameCollection.cs
- OutputCacheProfile.cs
- CompiledQueryCacheEntry.cs
- ZipFileInfoCollection.cs
- TextBox.cs
- SpAudioStreamWrapper.cs
- ContractCodeDomInfo.cs
- Receive.cs
- NullableDoubleSumAggregationOperator.cs
- FrameworkPropertyMetadata.cs
- BooleanKeyFrameCollection.cs
- localization.cs
- FamilyCollection.cs
- X509Certificate2Collection.cs
- CookieProtection.cs
- RIPEMD160.cs
- DrawingAttributesDefaultValueFactory.cs
- StringBuilder.cs
- KeyboardDevice.cs
- ContainsRowNumberChecker.cs
- PlainXmlDeserializer.cs
- NameValuePair.cs
- SiteOfOriginContainer.cs
- ListViewGroupItemCollection.cs
- ProgressBarAutomationPeer.cs
- XmlLanguage.cs
- NetStream.cs
- EditorPart.cs
- XmlAnyElementAttribute.cs
- CommonGetThemePartSize.cs
- ProtocolsConfiguration.cs
- StreamMarshaler.cs
- FormViewModeEventArgs.cs
- BitmapCodecInfoInternal.cs
- SiteMapDataSourceView.cs
- AdornerLayer.cs
- ListItemConverter.cs
- LinkedResourceCollection.cs
- MemoryStream.cs
- FastEncoder.cs
- WizardPanel.cs
- WebPartEditVerb.cs
- GridViewPageEventArgs.cs
- XmlFileEditor.cs
- OleDbRowUpdatingEvent.cs
- WorkflowTransactionOptions.cs
- MapPathBasedVirtualPathProvider.cs
- WebPartUtil.cs
- EventDescriptor.cs
- PrincipalPermission.cs
- DataSourceControl.cs
- ProtectedConfigurationProviderCollection.cs
- WrapPanel.cs
- XmlBufferedByteStreamReader.cs
- ManagementDateTime.cs
- SmtpClient.cs
- QueryCorrelationInitializer.cs
- ScrollEventArgs.cs
- TrustManagerMoreInformation.cs
- DefaultParameterValueAttribute.cs
- DataAdapter.cs
- UpdatePanel.cs
- ColorContext.cs
- VirtualPathData.cs
- AffineTransform3D.cs
- WinFormsComponentEditor.cs
- SignedXml.cs
- ScaleTransform3D.cs
- SpeechDetectedEventArgs.cs
- SeekableReadStream.cs
- VisemeEventArgs.cs
- DataGridViewRowEventArgs.cs
- TrackBar.cs
- MsmqHostedTransportManager.cs
- SmtpException.cs
- SqlBooleanMismatchVisitor.cs
- OracleConnectionFactory.cs
- WebEventCodes.cs
- peernodestatemanager.cs
- XpsStructure.cs
- hresults.cs
- RegisteredArrayDeclaration.cs
- CalculatedColumn.cs
- MemberProjectionIndex.cs
- CollectionViewProxy.cs
- PkcsMisc.cs