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
- ConnectionConsumerAttribute.cs
- SQLInt16.cs
- StringReader.cs
- PropertyMapper.cs
- SpotLight.cs
- SecurityToken.cs
- Accessible.cs
- DrawToolTipEventArgs.cs
- IndexOutOfRangeException.cs
- DataGridColumnReorderingEventArgs.cs
- DataViewManagerListItemTypeDescriptor.cs
- WebScriptMetadataMessageEncodingBindingElement.cs
- FormsAuthenticationModule.cs
- CriticalFinalizerObject.cs
- WmlPageAdapter.cs
- ShaperBuffers.cs
- BoundPropertyEntry.cs
- Pts.cs
- Message.cs
- ObjectDataSourceSelectingEventArgs.cs
- COM2TypeInfoProcessor.cs
- UnmanagedHandle.cs
- DataSourceControlBuilder.cs
- FileInfo.cs
- AlgoModule.cs
- SerialPort.cs
- AsyncCallback.cs
- InternalPolicyElement.cs
- PlaceHolder.cs
- MonitorWrapper.cs
- HttpApplicationFactory.cs
- XmlSchemaComplexContent.cs
- _BufferOffsetSize.cs
- CacheRequest.cs
- UIElementParaClient.cs
- BitmapEffectGeneralTransform.cs
- TextDecorationLocationValidation.cs
- StylusShape.cs
- QualifierSet.cs
- complextypematerializer.cs
- NoPersistProperty.cs
- ProxyAttribute.cs
- UserValidatedEventArgs.cs
- FontSource.cs
- IndicFontClient.cs
- TargetControlTypeAttribute.cs
- ConvertEvent.cs
- IPipelineRuntime.cs
- ZipIOBlockManager.cs
- GenericWebPart.cs
- SqlUDTStorage.cs
- MDIWindowDialog.cs
- GroupQuery.cs
- GraphicsContainer.cs
- TreeWalkHelper.cs
- RowUpdatedEventArgs.cs
- Pointer.cs
- DeferredSelectedIndexReference.cs
- UntypedNullExpression.cs
- ArithmeticException.cs
- EventsTab.cs
- DataGridItemCollection.cs
- storagemappingitemcollection.viewdictionary.cs
- CustomAttributeBuilder.cs
- WinInet.cs
- SoapIncludeAttribute.cs
- ResourceAssociationType.cs
- SessionSwitchEventArgs.cs
- SQlBooleanStorage.cs
- SessionEndingEventArgs.cs
- SystemIPInterfaceStatistics.cs
- DefaultTextStore.cs
- BitmapVisualManager.cs
- Exceptions.cs
- Renderer.cs
- ObjectItemAssemblyLoader.cs
- SecurityCredentialsManager.cs
- messageonlyhwndwrapper.cs
- PreservationFileWriter.cs
- QueryMatcher.cs
- SmiGettersStream.cs
- EDesignUtil.cs
- ProxyAttribute.cs
- WebPartCloseVerb.cs
- OracleTimeSpan.cs
- ObjectDisposedException.cs
- NativeMethods.cs
- RecommendedAsConfigurableAttribute.cs
- DefaultAuthorizationContext.cs
- WebRequestModuleElement.cs
- DataGridViewCellEventArgs.cs
- KnownTypeAttribute.cs
- GenericEnumConverter.cs
- path.cs
- Matrix3DStack.cs
- PersonalizablePropertyEntry.cs
- HScrollBar.cs
- SequentialUshortCollection.cs
- SQLDecimal.cs
- AssemblyCache.cs