Share via


UserEventArgs constructor (Guid, String)

Creates an instance of the UserEventArgs class.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Sub New ( _
    resUid As Guid, _
    resName As String _
)
'Usage
Dim resUid As Guid
Dim resName As String

Dim instance As New UserEventArgs(resUid, _
    resName)
public UserEventArgs(
    Guid resUid,
    string resName
)

Parameters

  • resUid
    Type: System.Guid

    The GUID of a user who delegates permissions to others.

  • resName
    Type: System.String

    The name of a user who delegates permissions to others.

See also

Reference

UserEventArgs class

UserEventArgs members

UserEventArgs overload

Microsoft.Office.Project.Server.Events namespace