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
- PageTextBox.cs
- LostFocusEventManager.cs
- PolyBezierSegment.cs
- PartitionResolver.cs
- PropertyEntry.cs
- PageThemeParser.cs
- UpdateTranslator.cs
- mediaeventargs.cs
- UTF7Encoding.cs
- NativeWindow.cs
- ListBoxAutomationPeer.cs
- FontSizeConverter.cs
- PrintController.cs
- DetailsViewUpdateEventArgs.cs
- XmlHierarchicalEnumerable.cs
- DataTrigger.cs
- Compiler.cs
- SafeReversePInvokeHandle.cs
- StringBlob.cs
- ValueUtilsSmi.cs
- UnsafeNativeMethods.cs
- MutexSecurity.cs
- ReferentialConstraint.cs
- SByteConverter.cs
- RequestQueryProcessor.cs
- MenuItemBinding.cs
- itemelement.cs
- DesignerAutoFormat.cs
- M3DUtil.cs
- XmlComment.cs
- ToolStripKeyboardHandlingService.cs
- TransformGroup.cs
- CheckBoxBaseAdapter.cs
- ModuleBuilderData.cs
- ExceptionDetail.cs
- Stack.cs
- AQNBuilder.cs
- HttpSysSettings.cs
- WindowsAltTab.cs
- TimeZone.cs
- InProcStateClientManager.cs
- XmlFormatMapping.cs
- DataControlExtensions.cs
- Evaluator.cs
- ProfileModule.cs
- ReadContentAsBinaryHelper.cs
- PolyBezierSegment.cs
- HyperLinkStyle.cs
- DataIdProcessor.cs
- MatrixCamera.cs
- ExpressionConverter.cs
- WindowsTab.cs
- UnmanagedBitmapWrapper.cs
- DurationConverter.cs
- UserMapPath.cs
- IOException.cs
- AppDomainFactory.cs
- TraceInternal.cs
- XmlSchemaSimpleType.cs
- TraceSource.cs
- SoapHeaderException.cs
- PrivilegeNotHeldException.cs
- SystemThemeKey.cs
- WebPartTransformerAttribute.cs
- loginstatus.cs
- PageRanges.cs
- DBCSCodePageEncoding.cs
- TypedReference.cs
- StringInfo.cs
- Hashtable.cs
- XmlElementAttributes.cs
- WebPartConnectionsConnectVerb.cs
- TypeNameConverter.cs
- UiaCoreApi.cs
- OleDbError.cs
- OciHandle.cs
- EncoderExceptionFallback.cs
- MailDefinition.cs
- HtmlCommandAdapter.cs
- TreeNodeEventArgs.cs
- WebPartZoneBase.cs
- CommandHelper.cs
- HelpFileFileNameEditor.cs
- ChineseLunisolarCalendar.cs
- EnterpriseServicesHelper.cs
- ValidationErrorCollection.cs
- DataObjectAttribute.cs
- SessionState.cs
- DictionarySurrogate.cs
- ExpressionList.cs
- DBDataPermission.cs
- UIElementAutomationPeer.cs
- LicenseException.cs
- Stackframe.cs
- WebPartMenu.cs
- SerialPort.cs
- DBSchemaRow.cs
- Vector3D.cs
- mactripleDES.cs
- OracleNumber.cs