SymbolFormShowingEventArgs Class
Provides data for the RichEditControl.SymbolFormShowing event.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.2.dll
Declaration
Remarks
The RichEditControl.SymbolFormShowing event occurs before the Symbol dialog is invoked.
The SymbolFormShowingEventArgs objects are automatically created, initialized and passed to the RichEditControl.SymbolFormShowing event handlers.
Inheritance
Object
EventArgs
ShowFormEventArgs
FormShowingEventArgs
SymbolFormShowingEventArgs
See Also