LayoutGroupCancelEventArgs(LayoutGroup, Boolean) Constructor
Initializes a new instance of the LayoutGroupCancelEventArgs class with the specified settings.
Namespace: DevExpress.XtraLayout.Utils
Assembly: DevExpress.XtraLayout.v20.2.dll
Declaration
public LayoutGroupCancelEventArgs(
LayoutGroup group,
bool cancel
)
Public Sub New(
group As LayoutGroup,
cancel As Boolean
)
Parameters
Name | Type | Description |
---|---|---|
group | LayoutGroup | The currently processed group. |
cancel | Boolean | The value that specifies whether the current operation needs to be canceled. |
See Also
Feedback