Delen via


DocumentUndoUnitCreatedEventArgs.UndoUnit Property

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

Get the undo unit that was just created.

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

Syntax

'Declaration
Public ReadOnly Property UndoUnit As IDocumentUndoUnit
'Usage
Dim instance As DocumentUndoUnitCreatedEventArgs 
Dim value As IDocumentUndoUnit 

value = instance.UndoUnit
public IDocumentUndoUnit UndoUnit { get; }
public:
property IDocumentUndoUnit^ UndoUnit {
    IDocumentUndoUnit^ get ();
}
public function get UndoUnit () : IDocumentUndoUnit

Property Value

Type: Microsoft.Windows.Design.Documents.IDocumentUndoUnit

.NET Framework Security

See Also

Reference

DocumentUndoUnitCreatedEventArgs Class

DocumentUndoUnitCreatedEventArgs Members

Microsoft.Windows.Design.Documents Namespace

Other Resources

WPF Designer Extensibility