EventHandlerCollection classe
Representa uma coleção de objetos EventHandler .
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<EventHandler>
Microsoft.ProjectServer.Client.EventHandlerCollection
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (em Microsoft.ProjectServer.Client.dll)
Sintaxe
'Declaração
<ScriptTypeAttribute("PS.EventHandlerCollection", ServerTypeId := "{75b6a163-cb27-4513-9bec-47d8e4804a06}")> _
Public Class EventHandlerCollection _
Inherits ClientObjectCollection(Of EventHandler)
'Uso
Dim instance As EventHandlerCollection
[ScriptTypeAttribute("PS.EventHandlerCollection", ServerTypeId = "{75b6a163-cb27-4513-9bec-47d8e4804a06}")]
public class EventHandlerCollection : ClientObjectCollection<EventHandler>
Segurança de thread
Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.
Ver também
Referência
EventHandlerCollection membros
Microsoft.ProjectServer.Client namespace