 | IHardwareItemIsInitializedChanged Event |
Occurs when the initialized state of the hardware item changes
Namespace:
LynceeTec.API.Hardware
Assembly:
LynceeTec.API.Hardware (in LynceeTec.API.Hardware.dll) Version: 10.1.23514.0 , built 2023-11-07 12:27:42 UTC
Syntaxevent EventHandler<ExtendedBool> IsInitializedChanged
event EventHandler<ExtendedBool>^ IsInitializedChanged {
void add (EventHandler<ExtendedBool>^ value);
void remove (EventHandler<ExtendedBool>^ value);
}
Value
Type:
SystemEventHandlerExtendedBool
See Also