FloatingInlineObjectLayoutOptionsFormShowingEventArgs(FloatingInlineObjectLayoutOptionsFormControllerParameters) Constructor
Initializes a new instance of the FloatingInlineObjectLayoutOptionsFormShowingEventArgs class with the specified settings.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v24.2.dll
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