Share via


AssemblyReferences.OnItemChanged Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Called on a context item before it is stored in the context item manager.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Protected Overrides Sub OnItemChanged ( _
    context As EditingContext, _
    previousItem As ContextItem _
)
protected override void OnItemChanged(
    EditingContext context,
    ContextItem previousItem
)
protected:
virtual void OnItemChanged(
    EditingContext^ context, 
    ContextItem^ previousItem
) override
abstract OnItemChanged : 
        context:EditingContext * 
        previousItem:ContextItem -> unit 
override OnItemChanged : 
        context:EditingContext * 
        previousItem:ContextItem -> unit 
protected override function OnItemChanged(
    context : EditingContext, 
    previousItem : ContextItem
)

Parameters

Remarks

This method overrides OnItemChanged so that AssemblyReferences can merge the existing references into this object.

.NET Framework Security

See Also

Reference

AssemblyReferences Class

Microsoft.Windows.Design Namespace

Other Resources

WPF Designer Extensibility