Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / TreeNodeMouseHoverEvent.cs / 1305376 / 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
- SafeBitVector32.cs
- DefaultAsyncDataDispatcher.cs
- InstanceData.cs
- DescendantOverDescendantQuery.cs
- ObjectListItemCollection.cs
- WebPartCloseVerb.cs
- InvokePattern.cs
- HtmlObjectListAdapter.cs
- DelegateSerializationHolder.cs
- ListBase.cs
- BlockUIContainer.cs
- XPathExpr.cs
- ScriptingProfileServiceSection.cs
- DiffuseMaterial.cs
- DeferrableContentConverter.cs
- ObjectSet.cs
- RootBrowserWindow.cs
- SQLChars.cs
- XamlVector3DCollectionSerializer.cs
- FileClassifier.cs
- DataBoundControlHelper.cs
- DeviceContext.cs
- ListViewDesigner.cs
- PieceDirectory.cs
- WebPartDisplayMode.cs
- Avt.cs
- ElementUtil.cs
- ExtensibleClassFactory.cs
- SmtpReplyReader.cs
- DebugView.cs
- ThemeableAttribute.cs
- SafeCryptContextHandle.cs
- MessageSecurityOverHttpElement.cs
- BinaryExpression.cs
- ErasingStroke.cs
- Lasso.cs
- ZipIOBlockManager.cs
- LicenseException.cs
- DbConnectionPoolCounters.cs
- DllNotFoundException.cs
- dbdatarecord.cs
- DeobfuscatingStream.cs
- ADMembershipUser.cs
- ListViewTableRow.cs
- GridViewCellAutomationPeer.cs
- XmlnsCache.cs
- ContextMenu.cs
- CustomAttributeFormatException.cs
- ScriptServiceAttribute.cs
- WebPartManager.cs
- Point4D.cs
- Graphics.cs
- PropertyDescriptor.cs
- FontDifferentiator.cs
- X509CertificateChain.cs
- MimeObjectFactory.cs
- HMACSHA384.cs
- CharStorage.cs
- QilParameter.cs
- ListControlConvertEventArgs.cs
- ServiceRouteHandler.cs
- PageAdapter.cs
- TemplatePagerField.cs
- EntityException.cs
- WebPartActionVerb.cs
- RemoteWebConfigurationHost.cs
- SoapFormatExtensions.cs
- CapabilitiesUse.cs
- MsmqChannelFactory.cs
- CurrencyWrapper.cs
- precedingquery.cs
- MemberExpression.cs
- SafeBitVector32.cs
- LineGeometry.cs
- WindowsPrincipal.cs
- IUnknownConstantAttribute.cs
- ResourceExpressionBuilder.cs
- ObjectItemCachedAssemblyLoader.cs
- ComponentManagerBroker.cs
- PowerStatus.cs
- JoinQueryOperator.cs
- BaseValidator.cs
- Form.cs
- Table.cs
- ActiveXSite.cs
- SrgsGrammar.cs
- ResourceDisplayNameAttribute.cs
- KnownTypes.cs
- SoapSchemaExporter.cs
- OSFeature.cs
- SHA256.cs
- SettingsPropertyIsReadOnlyException.cs
- FlowDocumentPage.cs
- CacheRequest.cs
- ExpressionBinding.cs
- ZoneLinkButton.cs
- SafeFileMapViewHandle.cs
- ListViewInsertionMark.cs
- Focus.cs
- WindowsRichEdit.cs