UserEventArgs Constructor
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.