EventHandlerCollection.GetByGuid method

Gets an event handler from the collection with the specified GUID.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Function GetByGuid ( _
    uid As Guid _
) As EventHandler
'Usage
Dim instance As EventHandlerCollection
Dim uid As Guid
Dim returnValue As EventHandler

returnValue = instance.GetByGuid(uid)
[RemoteAttribute]
public EventHandler GetByGuid(
    Guid uid
)

Parameters

Return value

Type: Microsoft.ProjectServer.Client.EventHandler
An EventHandler object.

See also

Reference

EventHandlerCollection class

EventHandlerCollection members

Microsoft.ProjectServer.Client namespace