An interface that recognizes events. Given a sender and an event argument, instances of this interface decide whether the event is treated as a match depending on the context.

Namespace: yWorks.Canvas.Input
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public interface IEventRecognizer
Visual Basic
Public Interface IEventRecognizer

See Also