public LayoutKeyEventArgs( ILayoutKey keyLayout ) : base(keyLayout.Key) { LayoutKey = keyLayout; }
public LayoutKeyPropertyChangedEventArgs( ILayoutKey k, string propertyName ) : base(k, propertyName) { }