Skip to main content
A newer version of this page is available. .

FloatingInlineObjectLayoutOptionsFormShowingEventArgs(FloatingInlineObjectLayoutOptionsFormControllerParameters) Constructor

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v21.2.dll

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

Declaration

public FloatingInlineObjectLayoutOptionsFormShowingEventArgs(
    FloatingInlineObjectLayoutOptionsFormControllerParameters controllerParameters
)

Parameters

Name Type Description
controllerParameters DevExpress.XtraRichEdit.Forms.FloatingInlineObjectLayoutOptionsFormControllerParameters

A DevExpress.XtraRichEdit.Forms.FloatingInlineObjectLayoutOptionsFormControllerParameters object.

Remarks

Instances of the DiagramShowingOpenImageDialogEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also