DesignerActionListsChangedEventArgs 클래스

정의

DesignerActionListsChanged 이벤트에 대한 데이터를 제공합니다.

public ref class DesignerActionListsChangedEventArgs : EventArgs
public class DesignerActionListsChangedEventArgs : EventArgs
type DesignerActionListsChangedEventArgs = class
    inherit EventArgs
Public Class DesignerActionListsChangedEventArgs
Inherits EventArgs
상속
DesignerActionListsChangedEventArgs

설명

A DesignerActionListsChanged 이벤트가 발생할 때를 DesignerActionList 이 추가 되거나 이러한 목록 중 관리 되는 컬렉션에서 제거 합니다. 개별 목록 요소는 해당 값을 변경할 때이 이벤트가 발생 하지 않습니다.

DesignerActionListsChanged 에서 이벤트를 생성를 DesignerActionService 때 클래스 해당 Remove, Add, 및 Clear 메서드가 실행 됩니다.

생성자

DesignerActionListsChangedEventArgs(Object, DesignerActionListsChangedType, DesignerActionListCollection)

DesignerActionListsChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.

속성

ActionLists

이 이벤트와 연결된 DesignerActionList 개체의 컬렉션을 가져옵니다.

ChangeType

DesignerActionList 개체의 컬렉션에서 요소가 추가되었는지 또는 제거되었는지 여부를 나타내는 플래그를 가져옵니다.

RelatedObject

DesignerActionList 개체의 컬렉션과 연결된 개체를 가져옵니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상

추가 정보