AndroidEventHelper.RemoveEventHandler<TInterface,TImplementor> Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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)
Parámetros de tipo
- TInterface
- TImplementor
Parámetros
- implementor
- WeakReference
- setListener
- Action<TInterface>
- remove
- Action<TImplementor>
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.