Click or drag to resize

CheckCommand Constructor (EventHandlerEventArgs)

Initializes a new instance of the CheckCommand class with the specified execute handler.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public CheckCommand(
	EventHandler<EventArgs> execute
)

Parameters

execute
Type: SystemEventHandlerEventArgs
Execute delegate.
See Also