This delegate represents the method that handles the KeyDownImage event and the KeyUpImage event.
[Visual Basic] Public Delegate Sub KeyUpDownEventHandler(ByVal sender As Object, ByVal e As KeyUpDownEventArgs)
[C#] public delegate void KeyUpDownEventHandler(object sender, KeyUpDownEventArgs e);

Parameters

sender
     Event Source

e
     Event data contained in KeyUpDownEventArgs

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation