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; ////// /// 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
- File.cs
- MulticastDelegate.cs
- sqlnorm.cs
- BypassElementCollection.cs
- EntityDataSource.cs
- WinEventHandler.cs
- Journaling.cs
- WindowsComboBox.cs
- DockPanel.cs
- WebEvents.cs
- VirtualStackFrame.cs
- RepeaterCommandEventArgs.cs
- FileUtil.cs
- TouchFrameEventArgs.cs
- ClientBuildManagerCallback.cs
- XmlAttributeCollection.cs
- QilList.cs
- DelayLoadType.cs
- OracleRowUpdatedEventArgs.cs
- CodeGenerator.cs
- WithParamAction.cs
- ConnectionConsumerAttribute.cs
- CompleteWizardStep.cs
- UriWriter.cs
- HebrewNumber.cs
- KeyProperty.cs
- AutoGeneratedFieldProperties.cs
- GeneratedView.cs
- AutomationAttributeInfo.cs
- UnsafeNativeMethods.cs
- SpellerStatusTable.cs
- MsmqIntegrationProcessProtocolHandler.cs
- RectangleGeometry.cs
- SystemGatewayIPAddressInformation.cs
- ResXDataNode.cs
- QuestionEventArgs.cs
- RoutedEventConverter.cs
- LabelLiteral.cs
- IUnknownConstantAttribute.cs
- CodeSnippetStatement.cs
- Models.cs
- ZoomComboBox.cs
- CqlParser.cs
- DataListCommandEventArgs.cs
- XmlNamedNodeMap.cs
- MenuAdapter.cs
- MouseOverProperty.cs
- TraceSection.cs
- FlagsAttribute.cs
- DatagridviewDisplayedBandsData.cs
- Errors.cs
- EncryptedKeyIdentifierClause.cs
- FlowLayoutSettings.cs
- ToolStripSystemRenderer.cs
- CustomError.cs
- _NativeSSPI.cs
- ObjectViewQueryResultData.cs
- FilterableAttribute.cs
- CustomWebEventKey.cs
- ObjectToIdCache.cs
- ThrowOnMultipleAssignment.cs
- FillErrorEventArgs.cs
- MemberAssignmentAnalysis.cs
- DragEventArgs.cs
- ControlTemplate.cs
- Int16AnimationUsingKeyFrames.cs
- PartialCachingControl.cs
- DocumentGridContextMenu.cs
- CookielessHelper.cs
- SpellerStatusTable.cs
- XmlSubtreeReader.cs
- DetailsViewPageEventArgs.cs
- OdbcHandle.cs
- XmlTextReaderImpl.cs
- DataGridViewHitTestInfo.cs
- FusionWrap.cs
- RuntimeIdentifierPropertyAttribute.cs
- LineUtil.cs
- BaseDataListComponentEditor.cs
- ToolBar.cs
- NonVisualControlAttribute.cs
- COM2ExtendedUITypeEditor.cs
- HatchBrush.cs
- RemoteWebConfigurationHostServer.cs
- wgx_render.cs
- UrlPropertyAttribute.cs
- WorkflowEventArgs.cs
- OdbcHandle.cs
- XmlSchemaAll.cs
- SqlClientWrapperSmiStreamChars.cs
- DataGridViewButtonCell.cs
- HostedAspNetEnvironment.cs
- _NestedMultipleAsyncResult.cs
- ActivityDesignerLayoutSerializers.cs
- CharacterHit.cs
- TemplateBindingExpression.cs
- StringDictionary.cs
- DbConnectionStringCommon.cs
- VisualState.cs
- InvokeHandlers.cs