Back to Devexpress

NumberingListFormShowingEventArgs Class

windowsforms-devexpress-dot-xtrarichedit-6a7eb9fc.md

latest2.8 KB
Original Source

NumberingListFormShowingEventArgs Class

Provides data for the RichEditControl.NumberingListFormShowing event.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

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

NumberingListFormShowingEventArgs is the data class for the following events:

Remarks

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.

Inheritance

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

DevExpress.XtraRichEdit Namespace