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
)
Public Sub New (
execute As EventHandler(Of EventArgs)
)
new :
execute : EventHandler<EventArgs> -> Command
Parameters
- execute
- Type: SystemEventHandlerEventArgs
Delegate to execute when the command is triggered.
See Also