How can I detect a "Triple Click"

Hello,

Is it possible to detect a triple-click in a text area?

Double-click selects a word.
Triple-click selects a sentence/paragraph.

The OS detects that but how can my program detect the triple-click.

I have seen it here
https://wpf.2000things.com/2012/10/02/659-detecting-a-triple-click/

Thanks.

Lennox

Yes in the mouseUp event and using ticks, like old code: dobleclick in canvas.

Thanks Bernardo,

I’ll give it a try.

Lennox