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 / TreeNodeMouseHoverEvent.cs / 1 / TreeNodeMouseHoverEvent.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Windows.Forms {
using System.Diagnostics;
using System;
using System.ComponentModel;
using Microsoft.Win32;
///
///
///
/// Provides data for the event.
///
///
[System.Runtime.InteropServices.ComVisible(true)]
public class TreeNodeMouseHoverEventArgs : EventArgs {
readonly TreeNode node;
///
///
/// [To be supplied.]
///
public TreeNodeMouseHoverEventArgs(TreeNode node) {
this.node = node;
}
///
///
/// [To be supplied.]
///
public TreeNode Node {
get { return node; }
}
}
}
// 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 Microsoft.Win32;
///
///
///
/// Provides data for the event.
///
///
[System.Runtime.InteropServices.ComVisible(true)]
public class TreeNodeMouseHoverEventArgs : EventArgs {
readonly TreeNode node;
///
///
/// [To be supplied.]
///
public TreeNodeMouseHoverEventArgs(TreeNode node) {
this.node = node;
}
///
///
/// [To be supplied.]
///
public TreeNode Node {
get { return node; }
}
}
}
// 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
- DataGridViewCellEventArgs.cs
- Control.cs
- SessionStateItemCollection.cs
- BackEase.cs
- ConstructorExpr.cs
- HttpCookiesSection.cs
- WebSysDefaultValueAttribute.cs
- ConstructorNeedsTagAttribute.cs
- SafeNativeMethods.cs
- FileSystemInfo.cs
- CompilationUtil.cs
- ToolStripDropDownDesigner.cs
- Literal.cs
- CollectionAdapters.cs
- ValidatingReaderNodeData.cs
- MembershipUser.cs
- Attributes.cs
- TextPenaltyModule.cs
- UriTemplateVariablePathSegment.cs
- VirtualPathProvider.cs
- PrinterSettings.cs
- StringSorter.cs
- KeyConverter.cs
- MissingFieldException.cs
- SelectManyQueryOperator.cs
- ScrollItemProviderWrapper.cs
- CompilerHelpers.cs
- HostUtils.cs
- ToolBarTray.cs
- CheckBoxField.cs
- TreeViewImageKeyConverter.cs
- WebCategoryAttribute.cs
- X509ChainPolicy.cs
- remotingproxy.cs
- ColumnMap.cs
- SerializationEventsCache.cs
- CompilerTypeWithParams.cs
- DataGridViewLinkCell.cs
- Vector3D.cs
- WmlObjectListAdapter.cs
- StreamingContext.cs
- ColumnWidthChangedEvent.cs
- FormsAuthenticationUserCollection.cs
- ResolveDuplexCD1AsyncResult.cs
- Panel.cs
- TypeUtils.cs
- GB18030Encoding.cs
- XamlTypeMapperSchemaContext.cs
- Int64KeyFrameCollection.cs
- SoapTypeAttribute.cs
- SqlDataSourceRefreshSchemaForm.cs
- Math.cs
- WindowsStatic.cs
- Misc.cs
- ClientConvert.cs
- HMACSHA384.cs
- DetailsViewModeEventArgs.cs
- RtType.cs
- BitmapVisualManager.cs
- GridViewDeleteEventArgs.cs
- UnionCqlBlock.cs
- PointLight.cs
- DocobjHost.cs
- SystemNetworkInterface.cs
- SqlCacheDependencyDatabaseCollection.cs
- IImplicitResourceProvider.cs
- FileDialog_Vista.cs
- CachedFontFamily.cs
- ToolBarButtonDesigner.cs
- ContextMenuService.cs
- SamlSecurityTokenAuthenticator.cs
- BooleanConverter.cs
- HealthMonitoringSection.cs
- XmlLangPropertyAttribute.cs
- XPathDocumentNavigator.cs
- PersonalizationProviderHelper.cs
- PaperSize.cs
- ContractHandle.cs
- CatalogPart.cs
- Compiler.cs
- EntityTypeEmitter.cs
- SchemaCollectionPreprocessor.cs
- CompiledRegexRunnerFactory.cs
- ThaiBuddhistCalendar.cs
- FixedSOMTableRow.cs
- TableProviderWrapper.cs
- ContainerControl.cs
- InkPresenterAutomationPeer.cs
- PackagingUtilities.cs
- GenericArgumentsUpdater.cs
- XmlSignatureProperties.cs
- StringTraceRecord.cs
- RandomNumberGenerator.cs
- ArithmeticException.cs
- TextBoxAutoCompleteSourceConverter.cs
- DomNameTable.cs
- CheckBoxList.cs
- Transform.cs
- ReflectionServiceProvider.cs
- CodeMemberField.cs