Click or drag to resize

ResetLayoutEventEventArgs Constructor

Initializes a new instance of the ResetLayoutEventEventArgs class

Namespace: RAYLASE.Marker.GUI.Common.Events
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.27.0
Syntax
C#
public ResetLayoutEventEventArgs(
	LayoutType? LayoutType,
	bool DoConfirm
)

Parameters

LayoutType  NullableLayoutType

[Missing <param name="LayoutType"/> documentation for "M:RAYLASE.Marker.GUI.Common.Events.ResetLayoutEventEventArgs.#ctor(System.Nullable{RAYLASE.Marker.GUI.Common.LayoutType},System.Boolean)"]

DoConfirm  Boolean

[Missing <param name="DoConfirm"/> documentation for "M:RAYLASE.Marker.GUI.Common.Events.ResetLayoutEventEventArgs.#ctor(System.Nullable{RAYLASE.Marker.GUI.Common.LayoutType},System.Boolean)"]

See Also