BranchObjectUpdatedEventHandler 委托

已更新的分支对象的处理程序。

命名空间:  Microsoft.TeamFoundation.VersionControl.Client
程序集:  Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)

语法

声明
Public Delegate Sub BranchObjectUpdatedEventHandler ( _
    sender As Object, _
    e As BranchObjectUpdatedEventArgs _
)
public delegate void BranchObjectUpdatedEventHandler(
    Object sender,
    BranchObjectUpdatedEventArgs e
)

参数

请参见

参考

Microsoft.TeamFoundation.VersionControl.Client 命名空间