Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / ListViewItemMouseHoverEvent.cs / 1 / ListViewItemMouseHoverEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using Microsoft.Win32; ////// /// [System.Runtime.InteropServices.ComVisible(true)] public class ListViewItemMouseHoverEventArgs : EventArgs { readonly ListViewItem item; ////// Provides data for the ///event. /// /// /// public ListViewItemMouseHoverEventArgs(ListViewItem item) { this.item = item; } ///[To be supplied.] ////// /// public ListViewItem Item { get { return item; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using Microsoft.Win32; ////// /// [System.Runtime.InteropServices.ComVisible(true)] public class ListViewItemMouseHoverEventArgs : EventArgs { readonly ListViewItem item; ////// Provides data for the ///event. /// /// /// public ListViewItemMouseHoverEventArgs(ListViewItem item) { this.item = item; } ///[To be supplied.] ////// /// public ListViewItem Item { get { return item; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- InvalidWorkflowException.cs
- SecurityException.cs
- WeakReferenceEnumerator.cs
- UriParserTemplates.cs
- HtmlInputImage.cs
- ImageCodecInfo.cs
- ScriptControlDescriptor.cs
- XmlTextReaderImplHelpers.cs
- ClientProxyGenerator.cs
- ProfileEventArgs.cs
- TdsParserStateObject.cs
- PartDesigner.cs
- CodeDirectoryCompiler.cs
- HttpGetServerProtocol.cs
- DateTimeHelper.cs
- PasswordRecovery.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- ObjectParameter.cs
- __ConsoleStream.cs
- RSAPKCS1SignatureFormatter.cs
- TraceContextEventArgs.cs
- OutOfProcStateClientManager.cs
- DisplayMemberTemplateSelector.cs
- NominalTypeEliminator.cs
- KeyPressEvent.cs
- XmlNavigatorStack.cs
- SafeHandles.cs
- XmlDataDocument.cs
- SafeLocalAllocation.cs
- NumberSubstitution.cs
- CommandManager.cs
- InputLangChangeRequestEvent.cs
- ReadOnlyObservableCollection.cs
- DBDataPermission.cs
- __Error.cs
- FlowDocumentReader.cs
- LifetimeServices.cs
- TypeHelper.cs
- VoiceChangeEventArgs.cs
- _SecureChannel.cs
- GlyphingCache.cs
- MissingMemberException.cs
- DynamicILGenerator.cs
- DataGridViewSortCompareEventArgs.cs
- ModelServiceImpl.cs
- HtmlTableRowCollection.cs
- XmlILModule.cs
- SqlXml.cs
- CommonDialog.cs
- HtmlInputSubmit.cs
- COM2PropertyPageUITypeConverter.cs
- PartitionedDataSource.cs
- MemoryMappedFile.cs
- BidirectionalDictionary.cs
- XmlArrayItemAttribute.cs
- shaperfactory.cs
- ToolStripPanelRenderEventArgs.cs
- ListSourceHelper.cs
- DataBindingList.cs
- SqlDataSourceParameterParser.cs
- UpdatePanelTriggerCollection.cs
- MessageQueueConverter.cs
- TextTreeTextElementNode.cs
- SelectionProviderWrapper.cs
- FontFamilyIdentifier.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- DataObjectMethodAttribute.cs
- Int16Converter.cs
- EventLogger.cs
- JoinGraph.cs
- AsymmetricKeyExchangeFormatter.cs
- shaperfactoryquerycacheentry.cs
- FileLogRecordHeader.cs
- InvalidCommandTreeException.cs
- Flattener.cs
- SequentialUshortCollection.cs
- Cell.cs
- SignerInfo.cs
- ToolStripButton.cs
- PopupEventArgs.cs
- NumericUpDown.cs
- StringAnimationBase.cs
- XmlSchemaException.cs
- ValueTypeFixupInfo.cs
- GetParentChain.cs
- ExpressionUtilities.cs
- SafeCertificateContext.cs
- AnnotationResourceChangedEventArgs.cs
- TraceListener.cs
- DynamicQueryableWrapper.cs
- InvalidWMPVersionException.cs
- MexServiceChannelBuilder.cs
- InvalidProgramException.cs
- DataRowView.cs
- ConfigXmlSignificantWhitespace.cs
- UserControlFileEditor.cs
- ApplicationInfo.cs
- ByteStorage.cs
- PersonalizationAdministration.cs
- WebPartRestoreVerb.cs