Extends EventArgs to provide the name of the alarm server and its new state (connected/disconnected)

Namespace: Ico.Awx
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class AlarmConnectionChangedEventArgs : EventArgs
Visual Basic
Public Class AlarmConnectionChangedEventArgs _
	Inherits EventArgs
JScript
public class AlarmConnectionChangedEventArgs extends EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Ico.Awx..::..AlarmConnectionChangedEventArgs

See Also