NotifyListBase Class Members
The following tables list the members exposed by NotifyListBase.
| Name | Description |
 | OnClear | Overridden. Performs additional custom processes when clearing the contents of the list. |
 | OnInsertComplete | Overridden. Performs additional custom processes after inserting a new element into the list. |
 | OnRemoveComplete | Overridden. Performs additional custom processes after removing an element from the list. |
 | OnSetComplete | Overridden. Performs additional custom processes after setting a value in the list. |
Top