다음을 통해 공유


DataBus.GetEvents 메서드

정의

DataBus 컨트롤이 선언하는 모든 공용 이벤트를 검색합니다.

오버로드

GetEvents()

DataBus 컨트롤에 대한 이벤트를 반환합니다.

GetEvents(Attribute[])

DataBus 컨트롤에 대한 이벤트 설명자의 필터링된 컬렉션을 반환합니다.

GetEvents()

DataBus 컨트롤에 대한 이벤트를 반환합니다.

public:
 virtual System::ComponentModel::EventDescriptorCollection ^ GetEvents();
public System.ComponentModel.EventDescriptorCollection GetEvents ();
abstract member GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
override this.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
Public Function GetEvents () As EventDescriptorCollection

반환

DataBus 컨트롤에 대한 이벤트를 나타내는 EventDescriptorCollection 개체입니다.

구현

적용 대상

GetEvents(Attribute[])

DataBus 컨트롤에 대한 이벤트 설명자의 필터링된 컬렉션을 반환합니다.

public:
 virtual System::ComponentModel::EventDescriptorCollection ^ GetEvents(cli::array <Attribute ^> ^ attributes);
public System.ComponentModel.EventDescriptorCollection GetEvents (Attribute[] attributes);
abstract member GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
override this.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
Public Function GetEvents (attributes As Attribute()) As EventDescriptorCollection

매개 변수

attributes
Attribute[]

필터로 사용되는 특성의 배열입니다.

반환

DataBus 컨트롤에 대한 이벤트 설명자를 포함하는 EventDescriptorCollection 개체입니다.

구현

적용 대상