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
)
Public Sub New (
execute As EventHandler(Of EventArgs)
)
new :
execute : EventHandler<EventArgs> -> CheckCommand
Parameters
- execute
- Type: SystemEventHandlerEventArgs
Execute delegate.
See Also