Click or drag to resize

RadioCommand Constructor (EventHandlerEventArgs)

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

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

Parameters

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