ModelEditingScope.OnComplete Method

Performs the actual complete of the editing scope.

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

Syntax

'Declaration
Protected MustOverride Sub OnComplete
protected abstract void OnComplete()
protected:
virtual void OnComplete() abstract
abstract OnComplete : unit -> unit 
protected abstract function OnComplete()

.NET Framework Security

See Also

Reference

ModelEditingScope Class

Microsoft.Windows.Design.Model Namespace

Other Resources

Walkthrough: Creating a Design-time Adorner

WPF Designer Extensibility