Condividi tramite


AndroidEventHelper.RemoveEventHandler<TInterface,TImplementor> Metodo

Definizione

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

Parametri di tipo

TInterface
TImplementor

Parametri

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

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a