DropDownButton.

OnItemsChanged(NotifyCollectionChangedEventArgs) Method

Summary

Invoked when the System.Windows.Controls.ItemsControl.Items property changes.
Namespace
MahApps.Metro.Controls
Containing Type
DropDownButton

Syntax

protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)

Parameters

Name Type Description
e NotifyCollectionChangedEventArgs Information about the change.

Return Value

Type Description
void