Delegate TreeMapGroupPaintedEventHandler
The event handler for the Group
Namespace: Telerik.WinControls.UI.TreeMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void TreeMapGroupPaintedEventHandler(object sender, TreeMapGroupPaintedEventArgs e);
Parameters
System. The sender. |
Tree The event arguments. |
Constructors
TreeMapGroupPaintedEventHandler(Object, IntPtr)
Declaration
public TreeMapGroupPaintedEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, TreeMapGroupPaintedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, TreeMapGroupPaintedEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Tree
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, TreeMapGroupPaintedEventArgs)
Declaration
public virtual void Invoke(object sender, TreeMapGroupPaintedEventArgs e)
Parameters
System.
|
Tree
|