Skip to main content
A newer version of this page is available. .
All docs
V21.2

NotesFormShowingEventArgs(NotesFormControllerParameters) Constructor

Initializes a new instance of the NotesFormShowingEventArgs class with specified settings.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.RichEdit

Declaration

public NotesFormShowingEventArgs(
    NotesFormControllerParameters controllerParameters
)

Parameters

Name Type Description
controllerParameters DevExpress.XtraRichEdit.Forms.NotesFormControllerParameters

A DevExpress.XtraRichEdit.Forms.NumberingListFormControllerParameters object containing information to be displayed in the form.

See Also