Occurs for system alert events.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Event SystemAlert As SystemAlertEventHandler |
C# |
---|
public event SystemAlertEventHandler SystemAlert |
Visual C++ |
---|
public: event SystemAlertEventHandler^ SystemAlert { void add (SystemAlertEventHandler^ value); void remove (SystemAlertEventHandler^ value); } |
JavaScript |
---|
function add_systemAlert(value); function remove_systemAlert(value); |