DesignerActionListsChangedType 枚举

定义

指定发生于 DesignerActionList 对象集合中的更改类型。

public enum class DesignerActionListsChangedType
[System.Runtime.InteropServices.ComVisible(true)]
public enum DesignerActionListsChangedType
public enum DesignerActionListsChangedType
[<System.Runtime.InteropServices.ComVisible(true)>]
type DesignerActionListsChangedType = 
type DesignerActionListsChangedType = 
Public Enum DesignerActionListsChangedType
继承
DesignerActionListsChangedType
属性

字段

ActionListsAdded 0

一个或多个 DesignerActionList 对象已被添加到集合中。

ActionListsRemoved 1

一个或多个 DesignerActionList 对象已从集合中移除。

注解

DesignerActionListsChangedType枚举指示已在对象的托管集合DesignerActionList中添加或删除元素。 此枚举在 类中使用 DesignerActionListsChangedEventArgs ,该类与 DesignerActionListsChanged 事件相关联。

注意

尽管 类 DesignerActionListCollection 是 对象的集合 DesignerActionList ,但它不会直接引发事件。 相反,拥有 DesignerActionServiceDesignerActionListsChanged 引发事件。

适用于

另请参阅