Dela via


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

See Also

Reference

StringSourceChanger Class

StringSourceChanger Members

Microsoft.Windows.Design.SourceUpdate Namespace

Other Resources

WPF Designer Extensibility