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