Delegate OutputItemActionEventHandler
The event handler for the Output
Namespace: Telerik.WinControls.UI.AIPrompt
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void OutputItemActionEventHandler(object sender, OutputItemActionEventArgs e);
Parameters
System. The sender. Usually this is the Rad |
Output The event arguments. |
Constructors
OutputItemActionEventHandler(Object, IntPtr)
Declaration
public OutputItemActionEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, OutputItemActionEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, OutputItemActionEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Output
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, OutputItemActionEventArgs)
Declaration
public virtual void Invoke(object sender, OutputItemActionEventArgs e)
Parameters
System.
|
Output
|