WorkspaceCancelEventHandler 委派
工作區中移除事件處理常式。
命名空間: Microsoft.TeamFoundation.VersionControl.Client
組件: Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
語法
'宣告
Public Delegate Sub WorkspaceCancelEventHandler ( _
sender As Object, _
e As WorkspaceCancelEventArgs _
)
public delegate void WorkspaceCancelEventHandler(
Object sender,
WorkspaceCancelEventArgs e
)
參數
- sender
型別:System.Object