Class BeforePaneSwitchEventArgs
This event arguments provides the necessary information about onBeforePane switch.
Inherited Members
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class BeforePaneSwitchEventArgs
Constructors
BeforePaneSwitchEventArgs()
Declaration
public BeforePaneSwitchEventArgs()
Properties
Type
Specifies current pane type.
Declaration
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Accepts the string value. |