EventHandlerCollection.Add 方法
添加事件处理程序所指定的EventHandlerCreationInformation对象添加到收藏。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
<RemoteAttribute> _
Public Function Add ( _
parameters As EventHandlerCreationInformation _
) As EventHandler
用法
Dim instance As EventHandlerCollection
Dim parameters As EventHandlerCreationInformation
Dim returnValue As EventHandler
returnValue = instance.Add(parameters)
[RemoteAttribute]
public EventHandler Add(
EventHandlerCreationInformation parameters
)
参数
parameters
类型:Microsoft.ProjectServer.Client.EventHandlerCreationInformation要创建的事件处理程序的属性。
返回值
类型:Microsoft.ProjectServer.Client.EventHandler
事件处理程序的注册信息。