hellboy
hellboy

Reputation: 1618

How to implement tap-and-hold feature for Button/Button2 in .NET CF

I need to catch both events for Button: OnClicked and tapped/holed/released.

Unfortunately it is not possible correctly handle both OnClick and OnDoubleClick events - both OnClick and OnDoubleClick are raised.

Upvotes: 0

Views: 384

Answers (0)

Related Questions