SourceModifier.Changer Property

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

Gets the source changer passed into the constructor.

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

Syntax

'Declaration
Protected ReadOnly Property Changer As ISourceChanger
'Usage
Dim value As ISourceChanger 

value = Me.Changer
protected ISourceChanger Changer { get; }
protected:
property ISourceChanger^ Changer {
    ISourceChanger^ get ();
}
protected function get Changer () : ISourceChanger

Property Value

Type: Microsoft.Windows.Design.SourceUpdate.ISourceChanger

Remarks

Changer will return null after the Commit method has been called.

.NET Framework Security

See Also

Reference

SourceModifier Class

SourceModifier Members

Microsoft.Windows.Design.SourceUpdate Namespace

Other Resources

WPF Designer Extensibility