EventHandlerCollection.Add method
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Function Add ( _
parameters As EventHandlerCreationInformation _
) As EventHandler
'Usage
Dim instance As EventHandlerCollection
Dim parameters As EventHandlerCreationInformation
Dim returnValue As EventHandler
returnValue = instance.Add(parameters)
public EventHandler Add(
EventHandlerCreationInformation parameters
)
Parameters
- parameters
Type: Microsoft.ProjectServer.Client.EventHandlerCreationInformation
Return value
Type: Microsoft.ProjectServer.Client.EventHandler