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