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.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public interface IEventRecognizer
Visual Basic
Public Interface IEventRecognizer

See Also