EventHelper.RemoveEventHandler<TInterface,TImplementor> Método

Definição

public static void RemoveEventHandler<TInterface,TImplementor>(ref WeakReference? implementor, Func<TImplementor,bool> empty, Action<TInterface> unsetListener, Action<TImplementor> remove) where TImplementor : Java.Lang.Object, TInterface;
static member RemoveEventHandler : WeakReference * Func<'Implementor, bool (requires 'Implementor :> Java.Lang.Object and 'Implementor :> 'Interface)> * Action<'Interface> * Action<'Implementor (requires 'Implementor :> Java.Lang.Object and 'Implementor :> 'Interface)> -> unit (requires 'Implementor :> Java.Lang.Object and 'Implementor :> 'Interface)

Parâmetros de tipo

TInterface
TImplementor

Parâmetros

implementor
WeakReference
empty
Func<TImplementor,Boolean>
unsetListener
Action<TInterface>
remove
Action<TImplementor>

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Aplica-se a