Class ZoomFactorChangingEventHandler
Represents a method that will handle the ZoomFactorChanging Event.
Inheritance
System.Object
ZoomFactorChangingEventHandler
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public sealed class ZoomFactorChangingEventHandler : MulticastDelegate
Constructors
ZoomFactorChangingEventHandler(Object, IntPtr)
Declaration
public ZoomFactorChangingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, ZoomFactorChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ZoomFactorChangingEventArgs args, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, ZoomFactorChangingEventArgs)
Declaration
public virtual void Invoke(object sender, ZoomFactorChangingEventArgs args)
Parameters
Extension Methods