ProjectServer.EventHandlers 屬性
取得Project Web App執行個體中所定義的事件處理常式的集合。
命名空間: Microsoft.ProjectServer.Client
組件: Microsoft.ProjectServer.Client (在 Microsoft.ProjectServer.Client.dll 中)
語法
'宣告
<RemoteAttribute> _
Public ReadOnly Property EventHandlers As EventHandlerCollection
Get
'用途
Dim instance As ProjectServer
Dim value As EventHandlerCollection
value = instance.EventHandlers
[RemoteAttribute]
public EventHandlerCollection EventHandlers { get; }
屬性值
類型:Microsoft.ProjectServer.Client.EventHandlerCollection
EventHandler物件的集合。