DataBrowser.ColumnMoved 方法 | |
当列移动时,提供一个被调用的方法。
命名空间:
VO
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD ColumnMoved(
oColumn
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual __Usual ColumnMoved(
__Usual oColumn = default
)
查看代码参数
- oColumn (Optional)
- 类型:__Usual
被移动的列。
返回值
类型:
__Usual参见