TreeMapToolTipEventHandler
Delegate
Represents the method that will handle the ToolTipShowing event of a RadTreeMapElement.
Definition
Namespace:Telerik.WinControls.UI.TreeMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public delegate void TreeMapToolTipEventHandler(object sender, TreeMapToolTipEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, TreeMapToolTipEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, TreeMapToolTipEventArgs e)