다음을 통해 공유


BulletedListDesigner.PostFilterEvents(IDictionary) 메서드

정의

연결된 컨트롤이 디자인 타임에 노출되는 이벤트 집합을 디자이너가 필터링할 수 있도록 합니다.

protected:
 override void PostFilterEvents(System::Collections::IDictionary ^ events);
protected override void PostFilterEvents (System.Collections.IDictionary events);
override this.PostFilterEvents : System.Collections.IDictionary -> unit
Protected Overrides Sub PostFilterEvents (events As IDictionary)

매개 변수

events
IDictionary

컨트롤의 이벤트를 나타내는 IDictionary 개체가 들어 있는 EventDescriptor입니다. IDictionary의 키는 이벤트 이름입니다.

설명

컨트롤 디자이너에서 파생 되는 메서드를 사용 합니다 ComponentDesigner.PostFilterEvents 디자인 중인 컨트롤을 통해 노출 하는 이벤트 집합을 필터링 하는 방법은 TypeDescriptor 개체입니다.

에 대 한 합니다 BulletedList 컨트롤을 PostFilterEvents 메서드 제거는 SelectedIndexChanged 디자이너에 의해 노출 되는 목록에서 이벤트.

키를 IDictionary 인터페이스는 이벤트의 이름입니다. 값을 IDictionary 형식의 개체가 EventDescriptor합니다.

상속자 참고

재정의 PostFilterEvents(IDictionary) 방법을이 컨트롤에 대 한 디자이너에 의해 노출 되는 이벤트의 사전 내에서 항목을 변경 하거나 제거할 수 있습니다.

직접을 통해 액세스할 수 있는 사전 필터링는 events 하거나 매개 변수를 그대로 둘 수 있습니다. 재정의 하는 경우는 PostFilterEvents(IDictionary) 메서드를 고유한 필터링을 수행 하 고 나면 기본 구현을 호출 합니다.

적용 대상

추가 정보