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