Delegate ScheduleAppointmentChangingEventHandler
Assembly: Syncfusion.Schedule.Base.dll
Syntax
public delegate void ScheduleAppointmentChangingEventHandler(object sender, ScheduleAppointmentCancelEventArgs e);
Parameters
Constructors
ScheduleAppointmentChangingEventHandler(Object, IntPtr)
Declaration
public ScheduleAppointmentChangingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, ScheduleAppointmentCancelEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ScheduleAppointmentCancelEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, ScheduleAppointmentCancelEventArgs)
Declaration
public virtual void Invoke(object sender, ScheduleAppointmentCancelEventArgs e)
Parameters