SimpleWindow
载入中...
搜索中...
未找到
sw::SplitButtonDropDownEventArgs结构体 参考

分割按钮的下拉箭头单击事件参数类型 更多...

#include <RoutedEventArgs.h>

类 sw::SplitButtonDropDownEventArgs 继承关系图:
sw::TypedRoutedEventArgs< SplitButton_DropDown > sw::RoutedEventArgs

Public 属性

bool cancel = false
 
- Public 属性 继承自 sw::RoutedEventArgs
RoutedEventType eventType
 事件类型
 
bool handled = false
 事件是否已被处理,若将此字段设为true,则事件不会继续往上传递
 
bool handledMsg = false
 表示是否已处理事件所对应的Windows消息,对于部分消息将字段设为true可取消对DefaultWndProc的调用,若当前事件无对应消息则该字段无意义
 
UIElementsource = nullptr
 事件源,指向触发当前事件的UIElement
 
UIElementoriginalSource = nullptr
 原始事件源,指向最初触发事件的UIElement
 

额外继承的成员函数

- Public 成员函数 继承自 sw::TypedRoutedEventArgs< SplitButton_DropDown >
 TypedRoutedEventArgs ()
 构造函数,初始化事件类型为EventType
 
- Public 成员函数 继承自 sw::RoutedEventArgs
 RoutedEventArgs (RoutedEventType eventType)
 RoutedEventArgs构造函数
 
- 静态 Public 属性 继承自 sw::TypedRoutedEventArgs< SplitButton_DropDown >
static constexpr RoutedEventType EventType
 路由事件的类型,AddHandler模板函数使用此字段注册事件
 

详细描述

分割按钮的下拉箭头单击事件参数类型


该结构体的文档由以下文件生成: