Method | Description | |
---|---|---|
FireplaceTimeoutEventArgs ( ) : System |
Initializes a new instance of the CyrusBuilt.MonoPi.Devices.Fireplace.FireplaceTimeoutEventArgs class. This is the default constructor.
|
|
FireplaceTimeoutEventArgs ( System.Boolean handled ) : System |
Initializes a new instance of the CyrusBuilt.MonoPi.Devices.Fireplace.FireplaceTimeoutEventArgs class with a flag indicating whether or not it was handled.
|
public FireplaceTimeoutEventArgs ( ) : System | ||
return | System |
public FireplaceTimeoutEventArgs ( System.Boolean handled ) : System | ||
handled | System.Boolean | /// Set true if handled. /// |
return | System |