Method OnMouseDown
Namespace TallComponents.Interaction.WPF.Interactors.Annotations.Widgets
Class ListBoxInteractor
Invoked as result of a MouseDown platform event. This method will (de)select the corresponding list box item.
Syntax
protected Void OnMouseDown(MouseEventArgs args)
Returns
Void
Parameters
MouseEventArgs
args
The event data.