Dela via


EditingScopeEventArgs Class

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

Provides data for editing scope events.

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

Syntax

'Declaration
Public Class EditingScopeEventArgs _
    Inherits EventArgs
'Usage
Dim instance As EditingScopeEventArgs
public class EditingScopeEventArgs : EventArgs
public ref class EditingScopeEventArgs : public EventArgs
public class EditingScopeEventArgs extends EventArgs

Remarks

This class is used for the EditingScopeAborted, EditingScopeCommitted, and EditingScopeCreated events.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Windows.Design.Documents.Trees.EditingScopeEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EditingScopeEventArgs Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility