Method | Description | |
---|---|---|
AuditEventForm ( |
Initializes a new instance of the AuditEventForm class.
|
|
ReconnectComplete ( |
Handles a server reconnect event.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AuditEventForm ( ) : System |
Creates an empty form.
|
|
AuditEventForm_FormClosing ( object sender, |
Handles the FormClosing event of the AuditEventForm control.
|
|
Events_ClearMI_Click ( object sender, |
Handles the Click event of the Events_ClearMI control.
|
|
Events_ViewMI_Click ( object sender, |
Handles the Click event of the Conditions_MonitorMI control.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
MonitoredItem_Notification ( |
Updates the display with a new value for a monitored variable.
|
public AuditEventForm ( |
||
session | The session. | |
subscription | Subscription | The subscription. |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public ReconnectComplete ( |
||
session | The new session. | |
subscription | Subscription | The new subscription. |
return | void |