在Poplist选择完成时发生。
命名空间:
Smobiler.Core.Controls
程序集:
Smobiler.Core.Controls (在 Smobiler.Core.Controls.dll 中) 版本:6.0.651.17422+acac930a389332bc36ed645b22d5419d24641df7
语法public event EventHandler Selected
Public Event Selected As EventHandler
值
类型:
SystemEventHandler
备注当MultiSelect为Flase时,在用户点击某一个列表项时发生。当MultiSelect为True时,在用户点击某些列表项后,并点击完成时发生。
参见