Class DocumentEditorKeyDownEventArgs
This event arguments provides the necessary information about key down event.
Inheritance
System.Object
DocumentEditorKeyDownEventArgs
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class DocumentEditorKeyDownEventArgs : Object
Constructors
DocumentEditorKeyDownEventArgs()
Declaration
public DocumentEditorKeyDownEventArgs()
Properties
Event
Key down event argument.
Declaration
public object Event { get; set; }
Property Value
Type | Description |
---|---|
System.Object | An object representing the key down event argument. |
IsHandled
Specifies whether the event is handled or not.
Declaration
public bool IsHandled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
Equals(DocumentEditorKeyDownEventArgs)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(DocumentEditorKeyDownEventArgs documentEditorKeyDownEventArgs)
Parameters
Type | Name | Description |
---|---|---|
DocumentEditorKeyDownEventArgs | documentEditorKeyDownEventArgs | An DocumentEditorKeyDownEventArgs to compare. |
Returns
Type | Description |
---|---|
System.Boolean | true if the current object is equal to the other parameter; otherwise, false. |