点击或拖拽改变大小

DbNotifyEventHandler 委托

X#
The delegate that defines the Workarea Eventhandler

命名空间:  XSharp
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 DELEGATE VOID DbNotifyEventHandler(
	osender AS IRdd,
	e AS DbNotifyEventArgs
)

参数

osender
类型:IRdd
e
类型:DbNotifyEventArgs
Object that describes the event that happened.
参见