Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BeforeOpenCloseCustomContentMenuEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BeforeOpenCloseCustomContentMenuEventArgs

    This event arguments provides the necessary information about BeforeOpenCloseCustomContentMenu event.

    Inheritance
    System.Object
    BeforeOpenCloseCustomContentMenuEventArgs
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class BeforeOpenCloseCustomContentMenuEventArgs : Object

    Constructors

    BeforeOpenCloseCustomContentMenuEventArgs()

    Declaration
    public BeforeOpenCloseCustomContentMenuEventArgs()

    Properties

    Ids

    Specifies the array of added custom context menu item ids.

    Declaration
    public string[] Ids { get; set; }
    Property Value
    Type Description
    System.String[]

    Methods

    Equals(BeforeOpenCloseCustomContentMenuEventArgs)

    Indicates whether the current object is equal to another object of the same type.

    Declaration
    public bool Equals(BeforeOpenCloseCustomContentMenuEventArgs beforeOpenCloseCustomContentMenuEventArgs)
    Parameters
    Type Name Description
    BeforeOpenCloseCustomContentMenuEventArgs beforeOpenCloseCustomContentMenuEventArgs

    An BeforeOpenCloseCustomContentMenuEventArgs 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 - 2021 Syncfusion Inc. All Rights Reserved