CK.Keyboard.Model.LayoutKeyEventArgs.LayoutKeyEventArgs C# (CSharp) Method

LayoutKeyEventArgs() public method

public LayoutKeyEventArgs ( ILayoutKey keyLayout )
keyLayout ILayoutKey
        public LayoutKeyEventArgs( ILayoutKey keyLayout )
            : base(keyLayout.Key)
        {
            LayoutKey = keyLayout;
        }
LayoutKeyEventArgs