Dela via


IMarkupSourceProvider.AssemblyReferencesChanged Event

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

Occurs when the set of references the source provider is referencing has changed.

Namespace:  Microsoft.Windows.Design.Documents
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Event AssemblyReferencesChanged As EventHandler
'Usage
Dim instance As IMarkupSourceProvider 
Dim handler As EventHandler 

AddHandler instance.AssemblyReferencesChanged, handler
event EventHandler AssemblyReferencesChanged
event EventHandler^ AssemblyReferencesChanged {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

IMarkupSourceProvider Interface

IMarkupSourceProvider Members

Microsoft.Windows.Design.Documents Namespace

Other Resources

WPF Designer Extensibility