Skip to main content
A newer version of this page is available. .

SymbolFormShowingEventArgs Class

Provides data for the RichEditControl.SymbolFormShowing event.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

public class SymbolFormShowingEventArgs :
    FormShowingEventArgs

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

See Also