Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V18.2
  • ASPxClientRichEditCustomCommandExecutedEventHandler<Sender> Interface

    A method that will handle the ASPxClientRichEdit.CustomCommandExecuted event.

    Declaration

    interface ASPxClientRichEditCustomCommandExecutedEventHandler<Sender> { (source: Sender, e: ASPxClientRichEditCustomCommandExecutedEventArgs): void; }

    Parameters

    Name Type Description
    source Sender

    An object representing the event source. Identifies the RichEdit that raised the event.

    e ASPxClientRichEditCustomCommandExecutedEventArgs

    A ASPxClientRichEditCustomCommandExecutedEventArgs object that contains event data.