Property | Type | Description |
---|
Method | Description | |
---|---|---|
Button ( ) : System |
Initializes a new instance of the Eto.Forms.Button class.
|
|
Button ( EventHandler |
Initializes a new instance of the Eto.Forms.Button class with the specified click handler. This is a convenience constructor to set up the click event. |
|
PerformClick ( ) : void |
Triggers the Click event for the button, if the button is visable and enabled.
|
Method | Description | |
---|---|---|
GetCallback ( ) : object |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
|
|
OnClick ( |
Raises the Click event
|
public Button ( EventHandler |
||
click | EventHandler |
Delegate to handle when the button is clicked. |
return | System |
protected OnClick ( |
||
e | Event arguments | |
return | void |