Delegate PrintAppointmentEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public delegate void PrintAppointmentEventHandler(object sender, PrintAppointmentEventArgs e);
Parameters
System.
|
Print
|
Constructors
PrintAppointmentEventHandler(Object, IntPtr)
Declaration
public PrintAppointmentEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, PrintAppointmentEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PrintAppointmentEventArgs 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, PrintAppointmentEventArgs)
Declaration
public virtual void Invoke(object sender, PrintAppointmentEventArgs e)
Parameters
System.
|
Print
|