Count event.

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public event FrequencyCounterCountEventHandler Count
Visual Basic (Declaration)
Public Event Count As FrequencyCounterCountEventHandler
Visual C++
public:
 event FrequencyCounterCountEventHandler^ Count {
	void add (FrequencyCounterCountEventHandler^ value);
	void remove (FrequencyCounterCountEventHandler^ value);
}

Remarks

The count event is called when ticks are counted on an input, or when the timeout expires.

See Also