New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.Scheduler.dll

Syntax:

C#
public delegate void PrintAppointmentPaintEventHandler(object sender, PrintAppointmentPaintEventArgs e)

Constructors

C#
public PrintAppointmentPaintEventHandler(object @object, IntPtr method)
Parameters:objectobjectmethodIntPtr

Methods

C#
public virtual IAsyncResult BeginInvoke(object sender, PrintAppointmentPaintEventArgs e, AsyncCallback callback, object @object)
Parameters:senderobjectePrintAppointmentPaintEventArgscallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual void EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResult
C#
public virtual void Invoke(object sender, PrintAppointmentPaintEventArgs e)
Parameters:senderobjectePrintAppointmentPaintEventArgs