windowsforms-devexpress-dot-xtrarichedit-5501cd3e.md
Provides data for the RichEditControl.SymbolFormShowing event.
Namespace : DevExpress.XtraRichEdit
Assembly : DevExpress.XtraRichEdit.v25.2.dll
NuGet Package : DevExpress.Win.RichEdit
public class SymbolFormShowingEventArgs :
FormShowingEventArgs
Public Class SymbolFormShowingEventArgs
Inherits FormShowingEventArgs
SymbolFormShowingEventArgs is the data class for the following events:
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.
Object EventArgs ShowFormEventArgs FormShowingEventArgs SymbolFormShowingEventArgs
See Also
SymbolFormShowingEventArgs Members
How to: Customize the Hyperlink Form
How to: Customize the Find and Replace Dialog in Rich Text Editor for WinForms