EventHelper.RemoveEventHandler<TInterface,TImplementor> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Type Parameters
- TInterface
- TImplementor
Parameters
- implementor
- WeakReference
- unsetListener
- Action<TInterface>
- remove
- Action<TImplementor>
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.