Class SfCalendar.MonthChangingEventHandler
Month changing event handler.
Inheritance
System.Object
SfCalendar.MonthChangingEventHandler
Assembly: Syncfusion.SfInput.UWP.dll
public sealed class MonthChangingEventHandler : MulticastDelegate
Constructors
Declaration
public MonthChangingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, MonthChangingEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
MonthChangingEventArgs |
e |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, MonthChangingEventArgs e)
Parameters
Extension Methods