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
- EdmEntityTypeAttribute.cs
- cryptoapiTransform.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- LiteralControl.cs
- ArgumentsParser.cs
- JsonDeserializer.cs
- BamlLocalizationDictionary.cs
- HotSpotCollection.cs
- SHA256Cng.cs
- ResourcePermissionBase.cs
- NamedElement.cs
- HttpModulesSection.cs
- DataRecord.cs
- SqlDependencyUtils.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- SectionRecord.cs
- ZipIOFileItemStream.cs
- InvokeDelegate.cs
- WebPartHelpVerb.cs
- ParentQuery.cs
- COM2ExtendedUITypeEditor.cs
- DeflateEmulationStream.cs
- SmiSettersStream.cs
- base64Transforms.cs
- AudioFormatConverter.cs
- TransactionalPackage.cs
- ItemsControlAutomationPeer.cs
- SmtpCommands.cs
- StrongTypingException.cs
- GeneralTransform2DTo3D.cs
- _TimerThread.cs
- TerminatorSinks.cs
- CompilerError.cs
- SqlBooleanMismatchVisitor.cs
- ListViewItem.cs
- ConstructorNeedsTagAttribute.cs
- WorkflowExecutor.cs
- PriorityQueue.cs
- ImpersonateTokenRef.cs
- ContainerFilterService.cs
- DynamicRendererThreadManager.cs
- PreparingEnlistment.cs
- KnownBoxes.cs
- LiteralTextParser.cs
- DataBinder.cs
- CustomErrorsSection.cs
- ProxyWebPartManager.cs
- RowBinding.cs
- Setter.cs
- ObjectDataSourceDisposingEventArgs.cs
- DynamicDataRouteHandler.cs
- ServiceOperationWrapper.cs
- util.cs
- DesignerSerializationOptionsAttribute.cs
- FrameSecurityDescriptor.cs
- EdmComplexPropertyAttribute.cs
- RenderDataDrawingContext.cs
- Win32SafeHandles.cs
- BStrWrapper.cs
- Stylus.cs
- MarginCollapsingState.cs
- NetworkCredential.cs
- LineUtil.cs
- Point3DAnimation.cs
- XmlDataSource.cs
- mansign.cs
- StringUtil.cs
- TimerEventSubscriptionCollection.cs
- ExtensionSimplifierMarkupObject.cs
- AudioLevelUpdatedEventArgs.cs
- ActivityAction.cs
- SendParametersContent.cs
- WindowsSecurityToken.cs
- ActivityCodeGenerator.cs
- DataBindingExpressionBuilder.cs
- DataGridViewCellStyleBuilderDialog.cs
- ObjectItemLoadingSessionData.cs
- ObjectAnimationUsingKeyFrames.cs
- HttpServerProtocol.cs
- SqlCacheDependencyDatabase.cs
- StreamInfo.cs
- PageAdapter.cs
- TypeReference.cs
- X509CertificateCollection.cs
- EncryptedKeyIdentifierClause.cs
- ColumnMapCopier.cs
- WindowsNonControl.cs
- XmlDocumentType.cs
- WebRequestModuleElementCollection.cs
- ConfigurationValidatorBase.cs
- ProgressBarRenderer.cs
- Serializer.cs
- DocumentOrderQuery.cs
- Misc.cs
- ParameterModifier.cs
- RepeaterCommandEventArgs.cs
- XPathNavigatorKeyComparer.cs
- DataSetUtil.cs
- XmlWriterTraceListener.cs
- TableSectionStyle.cs