Class ZoomFactorChangeEventArgs
This event arguments provides the necessary information about zoomFactorChange event.
Inheritance
System.Object
ZoomFactorChangeEventArgs
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class ZoomFactorChangeEventArgs : Object
Constructors
ZoomFactorChangeEventArgs()
Declaration
public ZoomFactorChangeEventArgs()
Methods
Equals(ZoomFactorChangeEventArgs)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(ZoomFactorChangeEventArgs zoomFactorChangeEventArgs)
Parameters
Type | Name | Description |
---|---|---|
ZoomFactorChangeEventArgs | zoomFactorChangeEventArgs | An ZoomFactorChangeEventArgs to compare. |
Returns
Type | Description |
---|---|
System.Boolean | true if the current object is equal to the other parameter; otherwise, false. |