Class BeforeOpenCloseCustomContentMenuEventArgs
This event arguments provides the necessary information about BeforeOpenCloseCustomContentMenu event.
Inheritance
System.Object
BeforeOpenCloseCustomContentMenuEventArgs
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.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[] | Accepts an array of string value. |
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. |