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; ////// /// [System.Runtime.InteropServices.ComVisible(true)] public class TreeNodeMouseHoverEventArgs : EventArgs { readonly TreeNode node; ////// Provides data for the ///event. /// /// /// 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XsltLoader.cs
- _UriTypeConverter.cs
- PropertyValueUIItem.cs
- HttpCapabilitiesBase.cs
- HGlobalSafeHandle.cs
- Win32Exception.cs
- FlowLayoutSettings.cs
- NavigatorOutput.cs
- RootBrowserWindow.cs
- CubicEase.cs
- ReverseInheritProperty.cs
- HintTextMaxWidthConverter.cs
- DataColumnMappingCollection.cs
- EventSinkActivity.cs
- IERequestCache.cs
- ImageSource.cs
- XPathExpr.cs
- CompletionProxy.cs
- DeviceSpecificChoice.cs
- TypeReference.cs
- EarlyBoundInfo.cs
- Point3DAnimation.cs
- FlowSwitchDesigner.xaml.cs
- SqlConnectionHelper.cs
- DataObject.cs
- EventHandlingScope.cs
- Variant.cs
- TryExpression.cs
- UIPropertyMetadata.cs
- TabletCollection.cs
- PropertyValueChangedEvent.cs
- SystemResourceKey.cs
- DrawTreeNodeEventArgs.cs
- BaseValidator.cs
- NullToBooleanConverter.cs
- OdbcConnectionPoolProviderInfo.cs
- Pens.cs
- NotFiniteNumberException.cs
- NavigatingCancelEventArgs.cs
- Accessible.cs
- ButtonStandardAdapter.cs
- DecoderNLS.cs
- Query.cs
- PropertyChangeTracker.cs
- TemplateInstanceAttribute.cs
- RC2.cs
- UIElement3DAutomationPeer.cs
- LineVisual.cs
- FunctionMappingTranslator.cs
- RemotingSurrogateSelector.cs
- Currency.cs
- BitmapScalingModeValidation.cs
- GenerateScriptTypeAttribute.cs
- AppDomainFactory.cs
- SecurityManager.cs
- CheckBoxDesigner.cs
- WpfGeneratedKnownProperties.cs
- SiteMap.cs
- UnknownWrapper.cs
- ValueProviderWrapper.cs
- OracleConnection.cs
- XmlElementCollection.cs
- RecipientInfo.cs
- SimpleWorkerRequest.cs
- AppDomainFactory.cs
- BuildProviderCollection.cs
- CalendarAutoFormatDialog.cs
- SspiNegotiationTokenProviderState.cs
- StdValidatorsAndConverters.cs
- ConfigurationManager.cs
- TargetConverter.cs
- HwndSource.cs
- DetailsViewRow.cs
- ToolStripRenderer.cs
- ContractMapping.cs
- SubpageParagraph.cs
- SafeHandles.cs
- DataMisalignedException.cs
- Literal.cs
- PageTheme.cs
- GeneratedCodeAttribute.cs
- DbCommandDefinition.cs
- TogglePattern.cs
- TypeSystem.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- SequentialUshortCollection.cs
- IndentedTextWriter.cs
- TextServicesManager.cs
- WeakReferenceEnumerator.cs
- Panel.cs
- FillErrorEventArgs.cs
- CapabilitiesState.cs
- iisPickupDirectory.cs
- GroupStyle.cs
- StylusEditingBehavior.cs
- DataTableMapping.cs
- PeerCollaboration.cs
- OleDbError.cs
- WsiProfilesElementCollection.cs
- FieldDescriptor.cs