SymbolFormShowingEventArgs Class
In This Article
Provides data for the RichEditControl.SymbolFormShowing event.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.2.dll
NuGet Package: DevExpress.Win.RichEdit
#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
Object
EventArgs
ShowFormEventArgs
FormShowingEventArgs
SymbolFormShowingEventArgs
See Also