Click or drag to resize

KryptonWorkspaceOnChildrenMaximizeRestoreClicked Method

Request to toggle the maximized state.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected void OnChildrenMaximizeRestoreClicked(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
Source of the event.
e
Type: SystemEventArgs
Arguments associated with the event.
See Also