MaskedTextBox.OnKeyPress(KeyPressEventArgs) Metodo

Definizione

Genera l'evento KeyPress.

protected:
 override void OnKeyPress(System::Windows::Forms::KeyPressEventArgs ^ e);
protected override void OnKeyPress (System.Windows.Forms.KeyPressEventArgs e);
override this.OnKeyPress : System.Windows.Forms.KeyPressEventArgs -> unit
Protected Overrides Sub OnKeyPress (e As KeyPressEventArgs)

Parametri

e
KeyPressEventArgs

Oggetto KeyPressEventArgs che contiene i dati dell'evento.

Si applica a

Vedi anche