UndoItemEventArgs Class

Provides data for the UndoItem event.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

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

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Modeling.UndoItemEventArgs

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

UndoItemEventArgs Members

Microsoft.VisualStudio.Modeling Namespace