Class RangeStartChangedEventHandler
Occurs when an event is invoked due to change in the rangeStart.
Inheritance
System.Object
RangeStartChangedEventHandler
Assembly: Syncfusion.SfInput.UWP.dll
public sealed class RangeStartChangedEventHandler : MulticastDelegate
Constructors
Declaration
public RangeStartChangedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, RangeStartChagedEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, RangeStartChagedEventArgs e)
Parameters
Extension Methods