Delegate OutputVisualItemCreatedEventHandler
The event handler for the Output
Namespace: Telerik.WinControls.UI.AIPrompt
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void OutputVisualItemCreatedEventHandler(object sender, OutputVisualItemCreatedEventArgs e);
Parameters
System. The sender. Usually this is the Rad |
Output The event arguments. |
Constructors
OutputVisualItemCreatedEventHandler(Object, IntPtr)
Declaration
public OutputVisualItemCreatedEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, OutputVisualItemCreatedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, OutputVisualItemCreatedEventArgs 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, OutputVisualItemCreatedEventArgs)
Declaration
public virtual void Invoke(object sender, OutputVisualItemCreatedEventArgs e)
Parameters
System.
|
Output
|