TreeMapGroupPaitingEventHandler
Delegate
The event handler for the GroupPainting event.
Definition
Namespace:Telerik.WinControls.UI.TreeMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public delegate void TreeMapGroupPaitingEventHandler(object sender, TreeMapGroupPaintingEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, TreeMapGroupPaintingEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, TreeMapGroupPaintingEventArgs e)