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; ////// /// 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
- formatter.cs
- TextSpan.cs
- iisPickupDirectory.cs
- CodeTypeReferenceExpression.cs
- RenderCapability.cs
- SystemUnicastIPAddressInformation.cs
- MbpInfo.cs
- VirtualizedItemPattern.cs
- GridViewDeletedEventArgs.cs
- DelegateHelpers.cs
- RenderDataDrawingContext.cs
- SafeSecurityHandles.cs
- XmlnsCache.cs
- SqlCharStream.cs
- ScriptingAuthenticationServiceSection.cs
- StylusPointPropertyInfoDefaults.cs
- SmtpAuthenticationManager.cs
- Buffer.cs
- SQLInt16Storage.cs
- CustomActivityDesigner.cs
- TextSimpleMarkerProperties.cs
- PreviewPrintController.cs
- XmlNamespaceDeclarationsAttribute.cs
- ActionFrame.cs
- EntityWrapper.cs
- BindingMAnagerBase.cs
- GetCryptoTransformRequest.cs
- ClientSession.cs
- SchemaSetCompiler.cs
- UseLicense.cs
- TiffBitmapEncoder.cs
- SchemaLookupTable.cs
- Rule.cs
- SqlWebEventProvider.cs
- ContravarianceAdapter.cs
- HtmlElement.cs
- ServiceHttpHandlerFactory.cs
- Utils.cs
- XPathScanner.cs
- QuaternionAnimation.cs
- ClickablePoint.cs
- RowToFieldTransformer.cs
- Not.cs
- Soap12FormatExtensions.cs
- storepermissionattribute.cs
- GridViewHeaderRowPresenter.cs
- DesignerOptionService.cs
- TraceLevelStore.cs
- ListItemParagraph.cs
- FamilyMapCollection.cs
- SqlTypesSchemaImporter.cs
- Byte.cs
- RemoteAsymmetricSignatureFormatter.cs
- AppSettingsExpressionBuilder.cs
- BufferedGraphicsManager.cs
- ByteRangeDownloader.cs
- ObjectSet.cs
- PersianCalendar.cs
- TextRunCache.cs
- XMLUtil.cs
- Range.cs
- RangeValueProviderWrapper.cs
- StringCollection.cs
- WebCategoryAttribute.cs
- SerialReceived.cs
- ListItemDetailViewAttribute.cs
- TreeNodeClickEventArgs.cs
- ElementNotAvailableException.cs
- SqlCachedBuffer.cs
- SiteMapPathDesigner.cs
- XmlSchemaExporter.cs
- ReachDocumentReferenceSerializerAsync.cs
- ConfigurationSchemaErrors.cs
- GlobalizationSection.cs
- SerialStream.cs
- XamlWrappingReader.cs
- HttpRuntimeSection.cs
- ScriptComponentDescriptor.cs
- XmlSchemaRedefine.cs
- ApplyImportsAction.cs
- IdentityElement.cs
- SmtpDateTime.cs
- RightNameExpirationInfoPair.cs
- ChangeNode.cs
- ExtenderProvidedPropertyAttribute.cs
- DataGridViewCellStyleConverter.cs
- BinaryNode.cs
- DecoderBestFitFallback.cs
- ActivityExecutor.cs
- BaseDataListPage.cs
- SrgsElementFactoryCompiler.cs
- Geometry.cs
- WebBaseEventKeyComparer.cs
- ReadOnlyKeyedCollection.cs
- BinaryMethodMessage.cs
- PropagationProtocolsTracing.cs
- MessageQueuePermissionEntry.cs
- TreeNodeBindingCollection.cs
- Interlocked.cs
- StructuredType.cs