DesignerActionListsChangedEventArgs 类

定义

DesignerActionListsChanged 事件提供数据。

public ref class DesignerActionListsChangedEventArgs : EventArgs
public class DesignerActionListsChangedEventArgs : EventArgs
type DesignerActionListsChangedEventArgs = class
    inherit EventArgs
Public Class DesignerActionListsChangedEventArgs
Inherits EventArgs
继承
DesignerActionListsChangedEventArgs

注解

DesignerActionListsChanged 此类列表的托管集合中添加或删除 时 DesignerActionList 发生事件。 当单个列表元素更改其值时,不会引发此事件。

事件DesignerActionListsChanged在执行 、 RemoveAddClear 方法时由 DesignerActionService 类生成。

构造函数

DesignerActionListsChangedEventArgs(Object, DesignerActionListsChangedType, DesignerActionListCollection)

初始化 DesignerActionListsChangedEventArgs 类的新实例。

属性

ActionLists

获取与此事件关联的 DesignerActionList 对象的集合。

ChangeType

获取一个标志,该标志指示是否已在 DesignerActionList 对象的集合中添加或移除某个元素。

RelatedObject

获取与 DesignerActionList 对象的集合相关联的对象。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅