Method | Description | |
---|---|---|
ApplyChanges ( ) : void |
Apply any changes to the set of items.
|
|
Clear ( ) : void |
Clears the contents of the control,
|
|
Initialize ( MonitoredItem monitoredItem ) : void |
Displays the items for the specified subscription in the control.
|
|
Initialize ( Subscription subscription ) : void |
Displays the items for the specified subscription in the control.
|
|
MonitoredItemStatusCtrl ( ) : System |
Initializes the object with default values.
|
|
SubscriptionChanged ( SubscriptionStateChangedEventArgs e ) : void |
Called when the subscription changes.
|
|
UpdateItems ( ) : void |
Refreshes the state of all items displayed in the control.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
EnableMenuItems ( ListViewItem clickedItem ) : void | ||
UpdateItem ( ListViewItem listItem, object item ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected EnableMenuItems ( ListViewItem clickedItem ) : void | ||
clickedItem | ListViewItem | |
return | void |
public Initialize ( MonitoredItem monitoredItem ) : void | ||
monitoredItem | MonitoredItem | |
return | void |
public Initialize ( Subscription subscription ) : void | ||
subscription | Subscription | |
return | void |
public SubscriptionChanged ( SubscriptionStateChangedEventArgs e ) : void | ||
e | SubscriptionStateChangedEventArgs | |
return | void |
protected UpdateItem ( ListViewItem listItem, object item ) : void | ||
listItem | ListViewItem | |
item | object | |
return | void |