Skip to main content

SymbolFormShowingEventArgs Class

Provides data for the RichEditControl.SymbolFormShowing event.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

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