Delegate
TreeMapGroupPaintedEventHandler

The event handler for the GroupPainted event.

Definition

Namespace:Telerik.WinControls.UI.TreeMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate void TreeMapGroupPaintedEventHandler(object sender, TreeMapGroupPaintedEventArgs e)

Constructors

TreeMapGroupPaintedEventHandler(object, IntPtr)

Declaration

cs-api-definition
public TreeMapGroupPaintedEventHandler(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, TreeMapGroupPaintedEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, TreeMapGroupPaintedEventArgs e, AsyncCallback callback, object @object)

Parameters

sender

object

e

TreeMapGroupPaintedEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, TreeMapGroupPaintedEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, TreeMapGroupPaintedEventArgs e)

Parameters

sender

object

e

TreeMapGroupPaintedEventArgs