IMarkupSourceProvider.SourceChange Event
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Occurs when the source changes or the list of referenced assemblies changes.
Namespace: Microsoft.Windows.Design.Documents
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Event SourceChange As EventHandler(Of SourceTextChangeEventArgs)
'Usage
Dim instance As IMarkupSourceProvider
Dim handler As EventHandler(Of SourceTextChangeEventArgs)
AddHandler instance.SourceChange, handler
event EventHandler<SourceTextChangeEventArgs> SourceChange
event EventHandler<SourceTextChangeEventArgs^>^ SourceChange {
void add (EventHandler<SourceTextChangeEventArgs^>^ value);
void remove (EventHandler<SourceTextChangeEventArgs^>^ 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
IMarkupSourceProvider Interface
Microsoft.Windows.Design.Documents Namespace