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