Class BeforePaneSwitchEventArgs
This event arguments provides the necessary information about onBeforePane switch.
Inheritance
System.Object
BeforePaneSwitchEventArgs
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class BeforePaneSwitchEventArgs : Object
Constructors
BeforePaneSwitchEventArgs()
Declaration
public BeforePaneSwitchEventArgs()
Properties
Type
Specifies current pane type.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
Methods
Equals(BeforePaneSwitchEventArgs)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(BeforePaneSwitchEventArgs beforePaneSwitchEventArgs)
Parameters
Type | Name | Description |
---|---|---|
BeforePaneSwitchEventArgs | beforePaneSwitchEventArgs | An BeforePaneSwitchEventArgs to compare. |
Returns
Type | Description |
---|---|
System.Boolean | true if the current object is equal to the other parameter; otherwise, false. |