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