ItemsPresenterBase.

ItemsChanged(NotifyCollectionChangedEventArgs) Method

Summary

Called when the items for the presenter change, either because Items has been set, the items collection has been modified, or the panel has been created.

Syntax

protected virtual void ItemsChanged(NotifyCollectionChangedEventArgs e)

Remarks

The panel is guaranteed to be created when this method is called.

Parameters

Name Type Description
e NotifyCollectionChangedEventArgs A description of the change.

Return Value

Type Description
void