KeyPressEventArgs.this

  1. this(dchar ch)
  2. this(dchar ch, Keys modifiers)
    class KeyPressEventArgs
    this
    ()
    in { assert ((modifiers & Keys.MODIFIERS) == modifiers, "modifiers parameter can only contain modifiers"); }

Meta