Method | Description | |
---|---|---|
Clear ( ) : void |
Clears the contents of the control,
|
|
Initialize ( |
Initializes the control with the session/subscription indicated.
|
|
NotificationMessageListCtrl ( ) : System |
Initializes the object with default values.
|
Method | Description | |
---|---|---|
EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void | ||
UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void |
Method | Description | |
---|---|---|
ClearMI_Click ( object sender, |
||
DeleteMI_Click ( object sender, |
||
RepublishMI_Click ( object sender, |
||
Session_Notification ( |
||
Update ( List |
||
ViewMI_Click ( object sender, |
protected EnableMenuItems ( System.Windows.Forms.ListViewItem clickedItem ) : void | ||
clickedItem | System.Windows.Forms.ListViewItem | |
return | void |
public Initialize ( |
||
session | ||
subscription | Subscription | |
return | void |
public NotificationMessageListCtrl ( ) : System | ||
return | System |
protected UpdateItem ( System.Windows.Forms.ListViewItem listItem, object item ) : void | ||
listItem | System.Windows.Forms.ListViewItem | |
item | object | |
return | void |