WorkflowView.OnKeyUp(KeyEventArgs) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当键在具有焦点时释放时 WorkflowView 发生。
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)
参数
提供有关事件的数据的 A KeyEventArgs 。
注解
OnKeyUp 当键在具有焦点时 WorkflowView 释放时发生。