StringSourceChanger.Done Event
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Occurs synchronously when the client of the ISourceChanger calls the ISourceChanger.Done method.
Namespace: Microsoft.Windows.Design.SourceUpdate
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public Event Done As EventHandler
'Usage
Dim instance As StringSourceChanger
Dim handler As EventHandler
AddHandler instance.Done, handler
public event EventHandler Done
public:
event EventHandler^ Done {
void add (EventHandler^ value);
void remove (EventHandler^ 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
Microsoft.Windows.Design.SourceUpdate Namespace