An event handler for AlarmConnectionChanged events
            
Namespace: Ico.AwxAssembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# | 
|---|
public delegate void AlarmConnectionChangedEventHandler( Object sender, AlarmConnectionChangedEventArgs e )  | 
| Visual Basic | 
|---|
Public Delegate Sub AlarmConnectionChangedEventHandler ( _ sender As Object, _ e As AlarmConnectionChangedEventArgs _ )  | 
| JScript | 
|---|
 |