Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- CollectionViewGroup.cs
- TraceContextEventArgs.cs
- FilterQueryOptionExpression.cs
- RequestContext.cs
- HostProtectionException.cs
- FontClient.cs
- XmlSignatureProperties.cs
- Roles.cs
- DescendantBaseQuery.cs
- EmbeddedMailObjectCollectionEditor.cs
- AnnotationHighlightLayer.cs
- UdpRetransmissionSettings.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- MarginsConverter.cs
- SapiInterop.cs
- CubicEase.cs
- EditorPartCollection.cs
- StateItem.cs
- MimeTypePropertyAttribute.cs
- TypeDependencyAttribute.cs
- LocalFileSettingsProvider.cs
- Byte.cs
- HttpCapabilitiesSectionHandler.cs
- NativeMethods.cs
- TokenizerHelper.cs
- WindowsTitleBar.cs
- DateTimeOffsetStorage.cs
- XPathSelfQuery.cs
- SQLInt32.cs
- ConcurrentStack.cs
- ViewCellSlot.cs
- InvalidWMPVersionException.cs
- Panel.cs
- XmlReflectionMember.cs
- EntityDataSourceChangedEventArgs.cs
- ImportFileRequest.cs
- IgnoreFlushAndCloseStream.cs
- DrawToolTipEventArgs.cs
- EventItfInfo.cs
- ErrorItem.cs
- DataGridCellItemAutomationPeer.cs
- HttpDebugHandler.cs
- DefaultSection.cs
- XslException.cs
- XmlMapping.cs
- StandardBindingElementCollection.cs
- FlowDocumentPageViewerAutomationPeer.cs
- HttpHostedTransportConfiguration.cs
- ParentQuery.cs
- ComplexPropertyEntry.cs
- DES.cs
- ZoneIdentityPermission.cs
- SByteConverter.cs
- OperationDescription.cs
- HttpCookieCollection.cs
- ProtectedConfigurationSection.cs
- RemoteTokenFactory.cs
- DynamicControl.cs
- SecurityUtils.cs
- ContractNamespaceAttribute.cs
- BaseAsyncResult.cs
- MetadataStore.cs
- WrappingXamlSchemaContext.cs
- DataObjectSettingDataEventArgs.cs
- WCFModelStrings.Designer.cs
- PathGradientBrush.cs
- CFStream.cs
- SoapAttributeOverrides.cs
- Window.cs
- TypeExtensionConverter.cs
- WindowsAltTab.cs
- Decoder.cs
- GenericIdentity.cs
- DES.cs
- MessageSmuggler.cs
- XmlSchemaAppInfo.cs
- StateDesigner.CommentLayoutGlyph.cs
- EffectiveValueEntry.cs
- HtmlTextArea.cs
- PathGeometry.cs
- SqlBuilder.cs
- Base64Encoder.cs
- HtmlShimManager.cs
- SrgsGrammarCompiler.cs
- PersistChildrenAttribute.cs
- CacheForPrimitiveTypes.cs
- SqlDependencyListener.cs
- SurrogateSelector.cs
- DataControlLinkButton.cs
- TraceSource.cs
- WebResourceAttribute.cs
- EmulateRecognizeCompletedEventArgs.cs
- DataViewManagerListItemTypeDescriptor.cs
- KnownIds.cs
- ComponentDispatcherThread.cs
- HtmlButton.cs
- Debug.cs
- XmlTextEncoder.cs
- SafeWaitHandle.cs
- regiisutil.cs