[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Core.KeyEventArgs

KeyEventArgs Class

Provides information for keyboard events.

Inheritance
KeyEventArgs
Namespace: C1.Xamarin.Forms.Core
Assembly: C1.Xamarin.Forms.Core.dll
Syntax
public class KeyEventArgs : EventArgs

Constructors

Name Description
KeyEventArgs()

Properties

Name Description
Alt

Gets a value indicating whether alt key is pressed.

Char

Gets the char associated with the key that originated this event.

Command

Gets a value indicating whether command key is pressed.

Ctrl

Gets a value indicating whether control key is pressed.

Key

Gets the key identifier.

OriginalEvent

Gets the original event that originated this event.

Shift

Gets a value indicating whether shift key is pressed.