Click or drag to resize

Command Constructor (EventHandlerEventArgs)

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

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

Parameters

execute
Type: SystemEventHandlerEventArgs
Delegate to execute when the command is triggered.
See Also