IMemberCreationService.RemoveEvent(String, String, Type) 메서드

정의

지정된 클래스에서 지정된 이벤트를 제거합니다.

public:
 void RemoveEvent(System::String ^ className, System::String ^ eventName, Type ^ eventType);
public void RemoveEvent (string className, string eventName, Type eventType);
abstract member RemoveEvent : string * string * Type -> unit
Public Sub RemoveEvent (className As String, eventName As String, eventType As Type)

매개 변수

className
String

이벤트를 제거할 클래스의 이름이 들어 있는 문자열입니다.

eventName
String

제거할 이벤트의 이름이 들어 있는 문자열입니다.

eventType
Type

제거할 이벤트와 연결된 Type입니다.

적용 대상