Namespace: DeltaEngine.Editor.EmulatorAssembly: DeltaEngine.Editor.Emulator (in DeltaEngine.Editor.Emulator.dll) Version: 1.1.1.0 (1.1.1)
public event Action DeviceChanged
public event Action DeviceChanged
Public Event DeviceChanged As Action
Public Event DeviceChanged As Action
public:
event Action^ DeviceChanged {
void add (Action^ value);
void remove (Action^ value);
}
public:
event Action^ DeviceChanged {
void add (Action^ value);
void remove (Action^ value);
}
member DeviceChanged : IEvent<Action,
EventArgs>
member DeviceChanged : IEvent<Action,
EventArgs>
Value
Type:
System Action