RegionClickEventHandler
Delegate
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
C#
public delegate void RegionClickEventHandler(object sender, RegionClickEventArgs args)
Constructors
C#
public RegionClickEventHandler(object @object, IntPtr method)
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, RegionClickEventArgs args, AsyncCallback callback, object @object)
IAsyncResult
C#
public virtual void EndInvoke(IAsyncResult result)
C#
public virtual void Invoke(object sender, RegionClickEventArgs args)