New to Telerik UI for WPFStart a free 30-day trial

KeyArgs

Class

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

C#
public class KeyArgs

Inheritance: objectKeyArgs

Constructors

Initializes a new instance of the KeyArgs class.

C#
public KeyArgs(Key key, bool isFocusWithinItem)
Parameters:keyKey

The key.

isFocusWithinItembool

The isFocusWithinItem parameter.

Initializes a new instance of the KeyArgs class.

C#
public KeyArgs(Key key)
Parameters:keyKey

The key.

Properties

Gets or sets whether the focus is in some of the diagram items.

C#
public bool IsFocusWithinItem { get; set; }

Key

Key

Gets or sets the key.

C#
public Key Key { get; set; }
Property Value:

The key.