Method | Description | |
---|---|---|
CreateMonitoredItemsDlg ( ) : System | ||
Show ( Subscription subscription, bool useTypeModel ) : void |
Displays the dialog.
|
|
Subscription_StateChanged ( Subscription subscription, SubscriptionStateChangedEventArgs e ) : void |
Handles a change to the state of the subscription.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ApplyBTN_Click ( object sender, |
||
BrowseCTRL_ItemsSelected ( object sender, |
||
CancelBTN_Click ( object sender, |
||
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 |
public Show ( Subscription subscription, bool useTypeModel ) : void | ||
subscription | Subscription | |
useTypeModel | bool | |
return | void |
public Subscription_StateChanged ( Subscription subscription, SubscriptionStateChangedEventArgs e ) : void | ||
subscription | Subscription | |
e | SubscriptionStateChangedEventArgs | |
return | void |