Share via


UserActionEventArgs Constructor

ctor to create an event args for notifying the user.

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

Syntax

'Declaration
Public Sub New ( _
    fileName As String, _
    cause As ExportUserAction _
)
public UserActionEventArgs(
    string fileName,
    ExportUserAction cause
)
public:
UserActionEventArgs(
    String^ fileName, 
    ExportUserAction cause
)
new : 
        fileName:string * 
        cause:ExportUserAction -> UserActionEventArgs
public function UserActionEventArgs(
    fileName : String, 
    cause : ExportUserAction
)

Parameters

  • fileName
    Type: System.String

    file name which requires the user action

.NET Framework Security

See Also

Reference

UserActionEventArgs Class

Microsoft.VisualStudio.Modeling.Shell Namespace