点击或拖拽改变大小

TableViewTextBoxCellEventHandler 委托

一个委托,表示TextBoxCell事件发生时要调用的方法。

命名空间:  Smobiler.Core.Controls
程序集:  Smobiler.Core.Controls (在 Smobiler.Core.Controls.dll 中) 版本:6.0.641.16928
语法
public delegate void TableViewTextBoxCellEventHandler(
	Object sender,
	TableViewTextBoxCellEventArgs e
)

参数

sender
类型:SystemObject
事件源
e
类型:Smobiler.Core.ControlsTableViewTextBoxCellEventArgs
包含事件数据的 TableViewTextBoxCellEventArgs
备注