Back to Devexpress

SymbolFormShowingEventArgs Class

windowsforms-devexpress-dot-xtrarichedit-5501cd3e.md

latest2.3 KB
Original Source

SymbolFormShowingEventArgs Class

Provides data for the RichEditControl.SymbolFormShowing event.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
public class SymbolFormShowingEventArgs :
    FormShowingEventArgs
vb
Public Class SymbolFormShowingEventArgs
    Inherits FormShowingEventArgs

SymbolFormShowingEventArgs is the data class for the following events:

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

SymbolFormShowingEventArgs Members

How to: Customize the Hyperlink Form

How to: Customize the Find and Replace Dialog in Rich Text Editor for WinForms

DevExpress.XtraRichEdit Namespace