Back to Devexpress

TdxRichEditShortCutEvent Type

vcl-dxrichedit-dot-types-9213c6bb.md

latest639 B
Original Source

TdxRichEditShortCutEvent Type

Declaration

delphi
TdxRichEditShortCutEvent = procedure(Sender: TObject; const Args: TdxRichEditShortCutEventArgs) of object;

Parameters

NameType
SenderTObject
ArgsTdxRichEditShortCutEventArgs

Remarks

A Rich Edit control’s OnShortCut event references the TdxRichEditShortCutEvent procedural type.

See Also

dxRichEdit.Types Unit