点击或拖拽改变大小

ButtonPressedEventArgs 类

ButtonClick 事件提供数据。
继承层次
SystemObject
  SystemEventArgs
    QGEditors.WinFormsButtonPressedEventArgs

命名空间:  QGEditors.WinForms
程序集:  QGEditors.WinForms (在 QGEditors.WinForms.dll 中) 版本:0.0.2.16 (0.0.2.16)
语法
C#
public class ButtonPressedEventArgs : EventArgs

The ButtonPressedEventArgs type exposes the following members.

构造函数
  名称说明
公共方法ButtonPressedEventArgs
初始化 ButtonPressedEventArgs 类的新实例。
Top
属性
  名称说明
公共属性Button
获取对引发事件的对象的引用。
Top
参见