Delegate DrillEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public delegate void DrillEventHandler(object sender, DrillEventArgs e);
Parameters
System.
|
Drill
|
Constructors
DrillEventHandler(Object, IntPtr)
Declaration
public DrillEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, DrillEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, DrillEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Drill
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, DrillEventArgs)
Declaration
public virtual void Invoke(object sender, DrillEventArgs e)
Parameters
System.
|
Drill
|