MarkupDocumentTreeManager.SourceChanged Event
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Occurs when the MarkupDocumentTreeManager changes the source provided to it through the IMarkupSourceProvider.
Namespace: Microsoft.Windows.Design.Documents.Trees
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public Event SourceChanged As EventHandler(Of SourceChangedEventArgs)
'Usage
Dim instance As MarkupDocumentTreeManager
Dim handler As EventHandler(Of SourceChangedEventArgs)
AddHandler instance.SourceChanged, handler
public event EventHandler<SourceChangedEventArgs> SourceChanged
public:
event EventHandler<SourceChangedEventArgs^>^ SourceChanged {
void add (EventHandler<SourceChangedEventArgs^>^ value);
void remove (EventHandler<SourceChangedEventArgs^>^ value);
}
JScript does not support events.
.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
MarkupDocumentTreeManager Class
MarkupDocumentTreeManager Members
Microsoft.Windows.Design.Documents.Trees Namespace