Event argument class for key events that carries the type of event.

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

Syntax

C#
public class CompoundKeyEventArgs : EventArgs
Visual Basic
Public Class CompoundKeyEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    yWorks.Canvas.Input..::..CompoundKeyEventArgs

See Also