Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. //------------------------------------------------------------------------------ //[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 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FixedSOMPage.cs
- DependencyPropertyKey.cs
- _RequestCacheProtocol.cs
- StorageComplexTypeMapping.cs
- CustomValidator.cs
- HandlerFactoryWrapper.cs
- TableRowGroupCollection.cs
- EncoderParameters.cs
- NTAccount.cs
- Win32MouseDevice.cs
- SmiEventSink.cs
- PriorityBinding.cs
- TextCharacters.cs
- DebugView.cs
- SmiContextFactory.cs
- ServiceSecurityAuditBehavior.cs
- CacheChildrenQuery.cs
- BamlTreeNode.cs
- DbProviderServices.cs
- Trace.cs
- LineUtil.cs
- XmlQueryType.cs
- ExtractorMetadata.cs
- ImageFormat.cs
- RefExpr.cs
- TypeBuilderInstantiation.cs
- InkPresenter.cs
- CrossAppDomainChannel.cs
- LinkButton.cs
- XmlSchemaAttribute.cs
- TextCollapsingProperties.cs
- BitmapEffectrendercontext.cs
- XsltFunctions.cs
- WindowsListViewGroup.cs
- PrintDialog.cs
- NavigationPropertyEmitter.cs
- HeaderedContentControl.cs
- XmlLanguage.cs
- Graph.cs
- SamlAuthorizationDecisionClaimResource.cs
- HtmlTextArea.cs
- FileUtil.cs
- TypeSource.cs
- AssemblyName.cs
- WebSysDisplayNameAttribute.cs
- cookie.cs
- EdmComplexTypeAttribute.cs
- PrintDialogDesigner.cs
- QilNode.cs
- ClientConfigurationSystem.cs
- TableItemPatternIdentifiers.cs
- BaseCAMarshaler.cs
- AggregateNode.cs
- Symbol.cs
- TextSpanModifier.cs
- DoubleLinkList.cs
- ProxyManager.cs
- ConfigXmlElement.cs
- PathTooLongException.cs
- ListBindingHelper.cs
- AuthenticateEventArgs.cs
- DocumentOrderComparer.cs
- ThreadStateException.cs
- CompiledXpathExpr.cs
- AssociationSetEnd.cs
- MatrixStack.cs
- DataSysAttribute.cs
- PartManifestEntry.cs
- CellRelation.cs
- PrinterUnitConvert.cs
- DataBinding.cs
- QueryableDataSource.cs
- SqlClientPermission.cs
- DBBindings.cs
- HwndKeyboardInputProvider.cs
- PrintingPermissionAttribute.cs
- WithStatement.cs
- OdbcInfoMessageEvent.cs
- ConnectionProviderAttribute.cs
- OdbcException.cs
- DeviceContext2.cs
- FrugalList.cs
- TraceInternal.cs
- ListControl.cs
- CollectionAdapters.cs
- FormsAuthenticationEventArgs.cs
- HttpProcessUtility.cs
- wgx_commands.cs
- UriPrefixTable.cs
- PropertyContainer.cs
- FontUnitConverter.cs
- DataGridTablesFactory.cs
- ResponseStream.cs
- DbSourceParameterCollection.cs
- LayoutDump.cs
- PenThread.cs
- TogglePattern.cs
- ProjectedSlot.cs
- SoapSchemaImporter.cs
- TextMarkerSource.cs