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
- context
Type: Microsoft.Windows.Design.EditingContext
The editing context that is receiving this AssemblyReferences object.
- previousItem
Type: Microsoft.Windows.Design.ContextItem
The existing AssemblyReferences object.
Remarks
This method overrides OnItemChanged so that AssemblyReferences can merge the existing references into this object.
.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.
See Also
Reference
Microsoft.Windows.Design Namespace