|
Events
Home.StateChanged
The StateChanged event can be used to notify applications when the home machine state has changed. This is particularly useful for GUI displays.
Visual Basic
Event StateChanged(sender As MpxUtil.Home,
state As MpxUtil.Home.HomeState) |
C#
event void StateChanged(MpxUtil.Home sender,
MpxUtil.Home.HomeState state) |
|