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