Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Called when the ItemsControl.Items collection of the System.Windows.Controls.ItemsControl associated with this object changes.
Namespace: Microsoft.Windows.Controls.Ribbon.Primitives
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Protected Overrides Sub OnItemsChanged ( _
sender As Object, _
args As ItemsChangedEventArgs _
)
protected override void OnItemsChanged(
Object sender,
ItemsChangedEventArgs args
)
protected:
virtual void OnItemsChanged(
Object^ sender,
ItemsChangedEventArgs^ args
) override
abstract OnItemsChanged :
sender:Object *
args:ItemsChangedEventArgs -> unit
override OnItemsChanged :
sender:Object *
args:ItemsChangedEventArgs -> unit
protected override function OnItemsChanged(
sender : Object,
args : ItemsChangedEventArgs
)
Parameters
- sender
Type: System.Object
The object that raised the event.
- args
Type: System.Windows.Controls.Primitives.ItemsChangedEventArgs
Provides data for the event.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.