KeyboardControlMovingSelectionFailedEventHandler Delegate

Event handler type of MovingSelectionFailed event.

Definition

Namespace: BeeMobile.Keyboard
Assembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
C#
public delegate void MovingSelectionFailedEventHandler(
	Object sender,
	MovingSelectionFailedEventArgs e
)

Parameters

sender  Object
e  MovingSelectionFailedEventArgs

See Also