Delegate ViewChangingEventHandler
Represents the method that handles a ViewChanging event of the SfCalendar
Namespace: Syncfusion.WinForms.Input.Events
Assembly: Syncfusion.SfInput.WinForms.dll
Syntax
public delegate void ViewChangingEventHandler(SfCalendar sender, ViewChangingEventArgs e);
Parameters
Type | Name | Description |
---|---|---|
SfCalendar | sender | The source of the event |
ViewChangingEventArgs | e | A ViewChangingEventArgs that contains the event data. |
Constructors
ViewChangingEventHandler(Object, IntPtr)
Declaration
public ViewChangingEventHandler(object object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
System.Object | object | |
System.IntPtr | method |
Methods
BeginInvoke(SfCalendar, ViewChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(SfCalendar sender, ViewChangingEventArgs e, AsyncCallback callback, object object)
Parameters
Type | Name | Description |
---|---|---|
SfCalendar | sender | |
ViewChangingEventArgs | e | |
System.AsyncCallback | callback | |
System.Object | object |
Returns
Type |
---|
System.IAsyncResult |
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type | Name | Description |
---|---|---|
System.IAsyncResult | result |
Invoke(SfCalendar, ViewChangingEventArgs)
Declaration
public virtual void Invoke(SfCalendar sender, ViewChangingEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
SfCalendar | sender | |
ViewChangingEventArgs | e |