DelegatePivotRowCreatingEventHandler
Delegate
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
cs-api-definition
public delegate void PivotRowCreatingEventHandler(object sender, PivotRowCreatingEventArgs e)
Constructors
Methods
BeginInvoke(object, PivotRowCreatingEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, PivotRowCreatingEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, PivotRowCreatingEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, PivotRowCreatingEventArgs e)
Parameters
sender
e