ClickDetector Class

CVB.Net Documentation
Utility class for detecting mouse click events on controls that do not exhibit a MouseClick event.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.WpfClickDetector

Namespace:  Stemmer.Cvb.Wpf
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public class ClickDetector : IDisposable

The ClickDetector type exposes the following members.

Constructors

  NameDescription
Public methodClickDetector
Construct a click detector.
Top
Properties

  NameDescription
Public propertyEventFilter
Filter applied to the mouse event.
Public propertyMaxDistance
Maximum distance the mouse may travel; if this distance is exceeded, the combination of MouseDown and MouseUp will not be considered a click.
Public propertyPolicy
Define the event treatment policy.
Top
Methods

  NameDescription
Public methodDispose
clean up a click detector object.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizer.
(Overrides ObjectFinalize.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnMouseClick
Event raiser.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventMouseClick
Emitted whenever the detector detects a mouse click.
Top
See Also

Reference