Search
DiagramView.CreateToolTipControl Event
See Also
 





Raised to let you create a custom tool-tip control.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public event EventHandler<ToolTipEventArgs> CreateToolTipControl

Visual Basic  Copy Code

Public Event CreateToolTipControl As EventHandler(Of ToolTipEventArgs)

 Event Data

CreateToolTipControl event handlers receive an argument of type ToolTipEventArgs. The following ToolTipEventArgs members provide information relevant to the event

Member name

Description

ToolTip

The tool-tip content to display.

ToolTipControl

Gets or sets a ToolTip instance to show for current content.

 See Also