UndoChangeEventArgs Class

Represents data that is used when sending the undo change event.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.ComponentModel
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Class UndoChangeEventArgs _
    Inherits EventArgs
'Usage
Dim instance As UndoChangeEventArgs
public class UndoChangeEventArgs : EventArgs
public ref class UndoChangeEventArgs : public EventArgs
public class UndoChangeEventArgs extends EventArgs
type UndoChangeEventArgs =  
    class
        inherit EventArgs
    end

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Data.Schema.Project.Common.ComponentModel.UndoChangeEventArgs

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

UndoChangeEventArgs Members

Microsoft.VisualStudio.Data.Schema.Project.Common.ComponentModel Namespace