menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BeforePaneSwitchEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved