Event handler signature that deals with CompoundKeyEventArgs

Namespace: yWorks.Canvas.Input
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public delegate void CompoundKeyEventHandler(
	Object sender,
	CompoundKeyEventArgs args
)
Visual Basic
Public Delegate Sub CompoundKeyEventHandler ( _
	sender As Object, _
	args As CompoundKeyEventArgs _
)

Parameters

sender
Type: System..::..Object
args
Type: yWorks.Canvas.Input..::..CompoundKeyEventArgs

Remarks

CompoundKeyEventArgs are used to carry both the data and the type of the event.

See Also