Share via


RibbonGroup.OnItemsChanged Method

Called when the Items property changes.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Protected Overrides Sub OnItemsChanged ( _
    e As NotifyCollectionChangedEventArgs _
)
protected override void OnItemsChanged(
    NotifyCollectionChangedEventArgs e
)
protected:
virtual void OnItemsChanged(
    NotifyCollectionChangedEventArgs^ e
) override
abstract OnItemsChanged : 
        e:NotifyCollectionChangedEventArgs -> unit 
override OnItemsChanged : 
        e:NotifyCollectionChangedEventArgs -> unit 
protected override function OnItemsChanged(
    e : NotifyCollectionChangedEventArgs
)

Parameters

.NET Framework Security

See Also

Reference

RibbonGroup Class

Microsoft.Windows.Controls.Ribbon Namespace