ModelEditingScope.Update Method

Performs a synchronous refresh of the view.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Overridable Sub Update
public virtual void Update()
public:
virtual void Update()
abstract Update : unit -> unit 
override Update : unit -> unit 
public function Update()

Remarks

If the asynchronous update is insufficient for a particular scenario, use the Update method to force the view to update synchronously. Nothing happens if the view update encounters an error.

.NET Framework Security

See Also

Reference

ModelEditingScope Class

Microsoft.Windows.Design.Model Namespace

Other Resources

Walkthrough: Creating a Design-time Adorner

WPF Designer Extensibility