Occurs when IDataPoint triggers an alarm notification.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler<EventArgs<StateRecord>> ProcessAlarmNotification
Public Event ProcessAlarmNotification As EventHandler(Of EventArgs(Of StateRecord))
public: event EventHandler<EventArgs<StateRecord^>^>^ ProcessAlarmNotification { void add (EventHandler<EventArgs<StateRecord^>^>^ value); void remove (EventHandler<EventArgs<StateRecord^>^>^ value); }