DocumentUndoUnitCreatedEventArgs Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides data for the UndoUnitCreated event.
Namespace: Microsoft.Windows.Design.Documents
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public Class DocumentUndoUnitCreatedEventArgs _
Inherits EventArgs
'Usage
Dim instance As DocumentUndoUnitCreatedEventArgs
public class DocumentUndoUnitCreatedEventArgs : EventArgs
public ref class DocumentUndoUnitCreatedEventArgs : public EventArgs
public class DocumentUndoUnitCreatedEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Windows.Design.Documents.DocumentUndoUnitCreatedEventArgs
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
DocumentUndoUnitCreatedEventArgs Members
Microsoft.Windows.Design.Documents Namespace