Raised to let you create a custom tool-tip control.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ToolTipEventArgs> CreateToolTipControl |
Visual Basic
Copy Code
|
|---|
Public Event CreateToolTipControl As EventHandler(Of ToolTipEventArgs) |
Event DataCreateToolTipControl event handlers receive an argument of type ToolTipEventArgs. The following ToolTipEventArgs members provide information relevant to the event
Member name | Description |
|---|---|
The tool-tip content to display. | |
Gets or sets a ToolTip instance to show for current content. |
See Also