The following tables list the members exposed by NotifyLeadCollectionChangedEventArgs.
Name | Description | |
---|---|---|
![]() ![]() |
NotifyLeadCollectionChangedEventArgs | Initializes a new NotifyLeadCollectionChangedEventArgs object. |
Name | Description | |
---|---|---|
![]() ![]() |
create | Creates a new instance of NotifyLeadCollectionChangedEventArgs with the specified action. |
![]() ![]() |
createAdd | Creates a new instance of NotifyLeadCollectionChangedEventArgs for an add operation. |
![]() ![]() |
createMove | Creates a new instance of NotifyLeadCollectionChangedEventArgs for a move operation. |
![]() ![]() |
createRemove | Creates a new instance of NotifyLeadCollectionChangedEventArgs for a remove operation. |
![]() ![]() |
createReplace | Creates a new instance of NotifyLeadCollectionChangedEventArgs for a replace operation. |
![]() ![]() |
createReset | Creates a new instance of NotifyLeadCollectionChangedEventArgs for a reset operation. |
Name | Description | |
---|---|---|
![]() |
action | Gets the action that caused the event. |
![]() |
newItems | Gets the list of new items involved in the change. |
![]() |
newStartingIndex | Gets the 0-based index at which the change occurred. |
![]() |
oldItems | Gets the list of old items involved in the change. |
![]() |
oldStartingIndex | Gets the 0-based index at which a Move, Remove, or Replace action occurred. |