Combobox not implement EventListSelectionAccepted?

LuRenJia

16-08-2006 11:21:20

Combobox have a property:
public static string EventListSelectionAccepted { get; }

but have no "public event CeguiDotNet.WindowEventDelegate ListSelectionAccepted", miss it?

when select a ListItem, not trigger any existed event, so how to catch the event?