DataBrowser.OnCellPainting 方法 | |
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD OnCellPainting(
Sender AS Object,
e AS DataGridViewCellPaintingEventArgs
) AS VOID
public virtual void OnCellPainting(
Object Sender,
DataGridViewCellPaintingEventArgs e
)
查看代码参数
- Sender
- 类型:Object
- e
- 类型:DataGridViewCellPaintingEventArgs
参见