StatusbarCallBackHandler 委托 |
一个委托,它表示客户端返回状态栏时要调用的方法。
命名空间:
Swebui
程序集:
Swebui.Core (在 Swebui.Core.dll 中) 版本:1.0.134.17496+387d83fa8d4800e0d3012f4c3e32d7e2fc10ae68
语法public delegate void StatusbarCallBackHandler(
Object sender,
StatusbarHandlerArgs args
)
Public Delegate Sub StatusbarCallBackHandler (
sender As Object,
args As StatusbarHandlerArgs
)
参数
- sender
- 类型:SystemObject
事件源 - args
- 类型:SwebuiStatusbarHandlerArgs
包含事件数据的 StatusbarHandlerArgs
参见