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; ////// /// [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
- HttpCacheVaryByContentEncodings.cs
- OLEDB_Enum.cs
- SqlInternalConnectionSmi.cs
- MappingMetadataHelper.cs
- WSHttpBindingBaseElement.cs
- ValidationHelpers.cs
- PackageFilter.cs
- SafeTimerHandle.cs
- PartialCachingControl.cs
- HttpHostedTransportConfiguration.cs
- WebScriptClientGenerator.cs
- HtmlTableRow.cs
- TemplateContentLoader.cs
- FlowLayout.cs
- ExpressionBuilderCollection.cs
- DataGridViewCellEventArgs.cs
- TextDecorationLocationValidation.cs
- ImplicitInputBrush.cs
- ResponseStream.cs
- Avt.cs
- SerialStream.cs
- GradientBrush.cs
- SamlNameIdentifierClaimResource.cs
- OdbcInfoMessageEvent.cs
- HttpClientCertificate.cs
- TemplateGroupCollection.cs
- AppliedDeviceFiltersEditor.cs
- ClosableStream.cs
- AutoGeneratedFieldProperties.cs
- SendingRequestEventArgs.cs
- XamlTypeMapperSchemaContext.cs
- ComNativeDescriptor.cs
- ThreadAttributes.cs
- Compilation.cs
- FixedTextSelectionProcessor.cs
- NetDataContractSerializer.cs
- KeyConstraint.cs
- UnsafeNativeMethods.cs
- InternalUserCancelledException.cs
- XmlObjectSerializerReadContext.cs
- IListConverters.cs
- ImageList.cs
- PathSegmentCollection.cs
- DifferencingCollection.cs
- LoginDesignerUtil.cs
- SourceSwitch.cs
- WindowsListViewScroll.cs
- Interop.cs
- Random.cs
- LocalizationParserHooks.cs
- CodeVariableDeclarationStatement.cs
- TableAutomationPeer.cs
- ReversePositionQuery.cs
- DataGridItemEventArgs.cs
- SqlDataSourceConnectionPanel.cs
- FunctionUpdateCommand.cs
- WhiteSpaceTrimStringConverter.cs
- TableLayoutSettings.cs
- RectangleConverter.cs
- Int32.cs
- InvalidOperationException.cs
- ListViewCancelEventArgs.cs
- KeyMatchBuilder.cs
- parserscommon.cs
- ServiceHostingEnvironment.cs
- BridgeDataReader.cs
- RadioButtonFlatAdapter.cs
- StringBuilder.cs
- Hashtable.cs
- IdentityReference.cs
- ServiceModelStringsVersion1.cs
- MeshGeometry3D.cs
- OutOfProcStateClientManager.cs
- ConvertEvent.cs
- NullableFloatSumAggregationOperator.cs
- RepeatInfo.cs
- FormViewUpdateEventArgs.cs
- GridViewDeletedEventArgs.cs
- UnsafeNativeMethodsPenimc.cs
- TextAnchor.cs
- HybridObjectCache.cs
- Empty.cs
- CompiledIdentityConstraint.cs
- infer.cs
- DbConnectionOptions.cs
- OleDbException.cs
- XmlWriterTraceListener.cs
- ImmutableObjectAttribute.cs
- FullTextState.cs
- IndentedWriter.cs
- BindingMAnagerBase.cs
- ProcessHostServerConfig.cs
- PropertyNames.cs
- ToolStripManager.cs
- SqlTypeConverter.cs
- ConnectionProviderAttribute.cs
- Stacktrace.cs
- JsonByteArrayDataContract.cs
- TemplateControl.cs
- WhitespaceRuleReader.cs