Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- LassoSelectionBehavior.cs
- SymLanguageType.cs
- CallContext.cs
- RotationValidation.cs
- StringUtil.cs
- TypeRefElement.cs
- BaseProcessor.cs
- WorkerRequest.cs
- PersonalizableAttribute.cs
- CursorConverter.cs
- IgnoreFileBuildProvider.cs
- SecurityListenerSettingsLifetimeManager.cs
- XmlEnumAttribute.cs
- DataGridView.cs
- TextTreeFixupNode.cs
- TrayIconDesigner.cs
- EntityDataSourceContainerNameItem.cs
- DeliveryStrategy.cs
- InvalidPropValue.cs
- BitmapEffectDrawingContent.cs
- HandlerFactoryWrapper.cs
- BidPrivateBase.cs
- IdleTimeoutMonitor.cs
- SourceSwitch.cs
- XmlSchemaSubstitutionGroup.cs
- ProvidePropertyAttribute.cs
- BaseCollection.cs
- ContentPlaceHolder.cs
- _LazyAsyncResult.cs
- EventProxy.cs
- ChangesetResponse.cs
- CompiledQuery.cs
- BitmapEffectOutputConnector.cs
- DNS.cs
- WebPartEditorOkVerb.cs
- ToolStripSeparatorRenderEventArgs.cs
- DBParameter.cs
- GenerateScriptTypeAttribute.cs
- WindowsProgressbar.cs
- PkcsUtils.cs
- FormViewPageEventArgs.cs
- User.cs
- Statements.cs
- ConfigXmlAttribute.cs
- SelectedGridItemChangedEvent.cs
- ListViewItem.cs
- DbDataReader.cs
- SQLStringStorage.cs
- ResolveNameEventArgs.cs
- Polyline.cs
- FusionWrap.cs
- MenuItemBindingCollection.cs
- ParallelEnumerableWrapper.cs
- InputLangChangeEvent.cs
- InkCanvasSelection.cs
- WorkflowQueue.cs
- ExtenderProviderService.cs
- PseudoWebRequest.cs
- CommittableTransaction.cs
- HtmlTernaryTree.cs
- DirectoryNotFoundException.cs
- LowerCaseStringConverter.cs
- PageBreakRecord.cs
- _ProxyChain.cs
- SerialReceived.cs
- CatalogPartChrome.cs
- ThicknessAnimationUsingKeyFrames.cs
- ElementUtil.cs
- DrawToolTipEventArgs.cs
- GridViewCancelEditEventArgs.cs
- PositiveTimeSpanValidatorAttribute.cs
- HeaderCollection.cs
- compensatingcollection.cs
- AssertFilter.cs
- DataColumn.cs
- Matrix.cs
- UserNameServiceElement.cs
- BindingExpressionUncommonField.cs
- CodeEventReferenceExpression.cs
- PenCursorManager.cs
- WebBrowsableAttribute.cs
- PublishLicense.cs
- Separator.cs
- StateDesignerConnector.cs
- Button.cs
- FirstQueryOperator.cs
- SendActivityDesigner.cs
- OdbcConnectionHandle.cs
- SecurityResources.cs
- SecurityRuntime.cs
- SafeArrayRankMismatchException.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- X509RecipientCertificateServiceElement.cs
- StylusPlugin.cs
- StatusBarDrawItemEvent.cs
- xmlNames.cs
- XmlTypeMapping.cs
- TypeReference.cs
- MaterialCollection.cs
- DataGridViewEditingControlShowingEventArgs.cs