ModelDocumentTreeManager.EditingScopeCreated Event
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Occurs when a new editing scope is created.
Namespace: Microsoft.Windows.Design.Documents.Trees
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public Event EditingScopeCreated As EventHandler(Of EditingScopeEventArgs)
'Usage
Dim instance As ModelDocumentTreeManager
Dim handler As EventHandler(Of EditingScopeEventArgs)
AddHandler instance.EditingScopeCreated, handler
public event EventHandler<EditingScopeEventArgs> EditingScopeCreated
public:
event EventHandler<EditingScopeEventArgs^>^ EditingScopeCreated {
void add (EventHandler<EditingScopeEventArgs^>^ value);
void remove (EventHandler<EditingScopeEventArgs^>^ value);
}
JScript does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ModelDocumentTreeManager Class
ModelDocumentTreeManager Members
Microsoft.Windows.Design.Documents.Trees Namespace