IInputElement.MouseRightButtonUp 事件
定义
在鼠标指针位于元素上并且松开鼠标右键时发生。Occurs when the right mouse button is released while the mouse pointer is over the element.
public:
event System::Windows::Input::MouseButtonEventHandler ^ MouseRightButtonUp;
event System.Windows.Input.MouseButtonEventHandler MouseRightButtonUp;
member this.MouseRightButtonUp : System.Windows.Input.MouseButtonEventHandler
Event MouseRightButtonUp As MouseButtonEventHandler
事件类型
注解
此接口不用于公共实现。This interface is not intended for public implementation. 有关详细信息,请参阅界面的 "备注" IInputElement 。For more information, see remarks for the IInputElement interface.