GridViewHeaderRowPresenter.OnMouseLeftButtonUp(MouseButtonEventArgs) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供用于当用户释放鼠标左键时发生的 MouseLeftButtonUp 事件的类处理。
protected:
override void OnMouseLeftButtonUp(System::Windows::Input::MouseButtonEventArgs ^ e);
protected override void OnMouseLeftButtonUp (System.Windows.Input.MouseButtonEventArgs e);
override this.OnMouseLeftButtonUp : System.Windows.Input.MouseButtonEventArgs -> unit
Protected Overrides Sub OnMouseLeftButtonUp (e As MouseButtonEventArgs)
参数
事件数据。
注解
如果 AllowsColumnReorder 为 true
,则在 MouseLeftButtonUp 将列拖动到新位置后发生事件,则移动该列。
此实现 MouseLeftButtonUp 通过将事件参数设置为 Handled 来处理 true
事件。