windowsforms-devexpress-dot-xtrarichedit-6a7eb9fc.md
Provides data for the RichEditControl.NumberingListFormShowing event.
Namespace : DevExpress.XtraRichEdit
Assembly : DevExpress.XtraRichEdit.v25.2.dll
NuGet Package : DevExpress.Win.RichEdit
public class NumberingListFormShowingEventArgs :
FormShowingEventArgs
Public Class NumberingListFormShowingEventArgs
Inherits FormShowingEventArgs
NumberingListFormShowingEventArgs is the data class for the following events:
The RichEditControl.NumberingListFormShowing event occurs before the Bullets and Numbering dialog is invoked. The NumberingListFormShowingEventArgs class introduces the NumberingListFormShowingEventArgs.ControllerParameters property, that specifies the information to be displayed in the dialog.
Note, that NumberingListFormShowingEventArgs objects are automatically created, initialized and passed to the RichEditControl.NumberingListFormShowing event handlers.
Object EventArgs ShowFormEventArgs FormShowingEventArgs NumberingListFormShowingEventArgs
See Also
NumberingListFormShowingEventArgs Members
How to: Customize the Hyperlink Form
How to: Customize the Find and Replace Dialog in Rich Text Editor for WinForms