UserActionEventArgs Class
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'Declaration
Public Class UserActionEventArgs _
Inherits EventArgs
'Usage
Dim instance As UserActionEventArgs
public class UserActionEventArgs : EventArgs
public ref class UserActionEventArgs : public EventArgs
public class UserActionEventArgs extends EventArgs
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.Modeling.Shell.UserActionEventArgs
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.