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