Dela via


ModelDocumentTreeManager.EditingScopeCommitted Event

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

Occurs when an editing scope is committed.

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

Syntax

'Declaration
Public Event EditingScopeCommitted As EventHandler(Of EditingScopeEventArgs)
'Usage
Dim instance As ModelDocumentTreeManager 
Dim handler As EventHandler(Of EditingScopeEventArgs)

AddHandler instance.EditingScopeCommitted, handler
public event EventHandler<EditingScopeEventArgs> EditingScopeCommitted
public:
 event EventHandler<EditingScopeEventArgs^>^ EditingScopeCommitted {
    void add (EventHandler<EditingScopeEventArgs^>^ value);
    void remove (EventHandler<EditingScopeEventArgs^>^ value);
}
JScript does not support events.

.NET Framework Security

See Also

Reference

ModelDocumentTreeManager Class

ModelDocumentTreeManager Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility