An callback that recognizes events. Given a sender and an event argument,
delegates decide whether the event is treated as a match
depending on the context.
Namespace: yWorks.Canvas.InputAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public delegate bool EventRecognizerCallback( Object eventSource, EventArgs eventArg ) |
| Visual Basic |
|---|
Public Delegate Function EventRecognizerCallback ( _ eventSource As Object, _ eventArg As EventArgs _ ) As Boolean |
Parameters
- eventSource
- Type: System..::..Object
- eventArg
- Type: System..::..EventArgs