Delegate
TreeMapGroupPaitingEventHandler

The event handler for the GroupPainting event.

Definition

Namespace:Telerik.WinControls.UI.TreeMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate void TreeMapGroupPaitingEventHandler(object sender, TreeMapGroupPaintingEventArgs e)

Constructors

TreeMapGroupPaitingEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, TreeMapGroupPaintingEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

e

TreeMapGroupPaintingEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, TreeMapGroupPaintingEventArgs)

Declaration

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

Parameters

sender

object

e

TreeMapGroupPaintingEventArgs