次の方法で共有


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

適用対象