ASPxClientRichEditKeyDownEventArgs Members
Provides data for the ASPxClientRichEdit.KeyDown event.Constructors
Name | Description |
---|---|
constructor(htmlEvent, handled) | Initializes a new instance of the ASPxClientRichEditKeyDownEventArgs object. For internal use only. |
Properties
Name | Description |
---|---|
handled | Gets or sets whether the event is handled manually, so no default processing is required. |
htmlEvent | Gets a DHTML event object that relates to the processed event. |
See Also