Skip to main content

FloatingInlineObjectLayoutOptionsFormShowingEventArgs(FloatingInlineObjectLayoutOptionsFormControllerParameters) Constructor

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v24.1.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

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