Method | Description | |
---|---|---|
ButtonEventArgs ( IButton button ) : System |
Initializes a new instance of the CyrusBuilt.MonoPi.Components.Button.ButtonEventArgs class with the button that is changing state.
|
|
IsState ( ButtonState state ) : System.Boolean |
Determines whether the button is in state the specified state.
|
public ButtonEventArgs ( IButton button ) : System | ||
button | IButton | /// The button that is changing state. /// |
return | System |
public IsState ( ButtonState state ) : System.Boolean | ||
state | ButtonState | /// The button state to compare to. /// |
return | System.Boolean |