Handle this event to provide your own custom navigation when the popup is opened. Receives the key that was pressed and the current index, and returns the new index that should be selected.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public event Func<Key, int, int> KeyDownInPopup
Visual Basic
Public Event KeyDownInPopup As Func(Of Key, Integer, Integer)

See Also