MaskedTextBox.OnKeyUp(KeyEventArgs) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
引发 KeyUp 事件。
protected:
override void OnKeyUp(System::Windows::Forms::KeyEventArgs ^ e);
protected override void OnKeyUp (System.Windows.Forms.KeyEventArgs e);
override this.OnKeyUp : System.Windows.Forms.KeyEventArgs -> unit
Protected Overrides Sub OnKeyUp (e As KeyEventArgs)
参数
包含事件数据的 KeyEventArgs。