Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- UrlRoutingHandler.cs
- SourceFileInfo.cs
- ViewBox.cs
- SqlDataSourceFilteringEventArgs.cs
- ImageAttributes.cs
- CodeVariableReferenceExpression.cs
- SpeechEvent.cs
- SqlCommandSet.cs
- OleTxTransaction.cs
- SqlClientFactory.cs
- FixedPageAutomationPeer.cs
- ChangeTracker.cs
- CultureSpecificCharacterBufferRange.cs
- WebPartDescriptionCollection.cs
- RectKeyFrameCollection.cs
- OutOfProcStateClientManager.cs
- XsdDuration.cs
- UpdatePanel.cs
- SqlDataSourceRefreshSchemaForm.cs
- HttpConfigurationContext.cs
- ParameterEditorUserControl.cs
- DispatcherObject.cs
- Sql8ConformanceChecker.cs
- InputDevice.cs
- ManagedFilter.cs
- StylusPointPropertyId.cs
- ListItemParagraph.cs
- ReverseInheritProperty.cs
- PreservationFileWriter.cs
- XmlBaseWriter.cs
- UInt16.cs
- UserPersonalizationStateInfo.cs
- GeometryDrawing.cs
- FontCacheUtil.cs
- DocumentXmlWriter.cs
- AssemblyCollection.cs
- HtmlForm.cs
- Parameter.cs
- CommonDialog.cs
- FileInfo.cs
- PersonalizationDictionary.cs
- RegexNode.cs
- DependencyObjectProvider.cs
- SimpleBitVector32.cs
- StructuredType.cs
- HttpResponse.cs
- NamedPipeWorkerProcess.cs
- IPipelineRuntime.cs
- AsyncCodeActivity.cs
- LinearGradientBrush.cs
- SQlBooleanStorage.cs
- ExpandoClass.cs
- PropertyMapper.cs
- ClusterSafeNativeMethods.cs
- Stack.cs
- PropertyEntry.cs
- LocalClientSecuritySettings.cs
- ServiceModelExtensionCollectionElement.cs
- HtmlGenericControl.cs
- DataServiceProcessingPipeline.cs
- SqlFunctions.cs
- EntityProviderFactory.cs
- ReflectionUtil.cs
- RuntimeConfigurationRecord.cs
- OracleCommand.cs
- RootProfilePropertySettingsCollection.cs
- XmlHierarchicalDataSourceView.cs
- BrowserCapabilitiesFactoryBase.cs
- DispatchChannelSink.cs
- SettingsProperty.cs
- WebPartDescription.cs
- CapabilitiesState.cs
- MenuBase.cs
- MaterialGroup.cs
- PropertyGrid.cs
- ValidationResult.cs
- SamlSubjectStatement.cs
- _SecureChannel.cs
- Base64Decoder.cs
- EpmSyndicationContentSerializer.cs
- XmlSchemaInclude.cs
- wgx_sdk_version.cs
- ViewCellSlot.cs
- Span.cs
- ExpressionNormalizer.cs
- DataBoundControlAdapter.cs
- ConnectionManagementSection.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- FunctionOverloadResolver.cs
- AuthenticationModuleElementCollection.cs
- DataGridViewButtonColumn.cs
- LayoutEvent.cs
- StorageInfo.cs
- BamlLocalizableResourceKey.cs
- SqlCommandSet.cs
- HMACSHA512.cs
- TypeCodeDomSerializer.cs
- UserValidatedEventArgs.cs
- CommandTreeTypeHelper.cs
- Point4DValueSerializer.cs