Udostępnij za pośrednictwem


WindowsRuntimeMarshal.RemoveEventHandler<T> Metoda

Definicja

Usuwa określony program obsługi zdarzeń z środowisko wykonawcze systemu Windows zdarzeń.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

public:
generic <typename T>
 static void RemoveEventHandler(Action<System::Runtime::InteropServices::WindowsRuntime::EventRegistrationToken> ^ removeMethod, T handler);
[System.Security.SecurityCritical]
public static void RemoveEventHandler<T> (Action<System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken> removeMethod, T handler);
public static void RemoveEventHandler<T> (Action<System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken> removeMethod, T handler);
[<System.Security.SecurityCritical>]
static member RemoveEventHandler : Action<System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken> * 'T -> unit
static member RemoveEventHandler : Action<System.Runtime.InteropServices.WindowsRuntime.EventRegistrationToken> * 'T -> unit
Public Shared Sub RemoveEventHandler(Of T) (removeMethod As Action(Of EventRegistrationToken), handler As T)

Parametry typu

T

Typ delegata reprezentującego program obsługi zdarzeń.

Parametry

removeMethod
Action<EventRegistrationToken>

Delegat reprezentujący metodę, która usuwa programy obsługi zdarzeń z środowisko wykonawcze systemu Windows zdarzenia.

handler
T

Procedura obsługi zdarzeń, która jest usuwana.

Atrybuty

Wyjątki

removeMethod to null.

Dotyczy