C# Class MvvmCross.Binding.Bindings.Target.MvxEventHandlerEventInfoTargetBinding

Inheritance: MvxTargetBinding
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
MvxEventHandlerEventInfoTargetBinding ( object target, EventInfo targetEventInfo ) : System
SetValue ( object value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool isDisposing ) : void

Private Methods

Méthode Description
HandleEvent ( object sender, EventArgs args ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool isDisposing ) : void
isDisposing bool
Résultat void

MvxEventHandlerEventInfoTargetBinding() public méthode

public MvxEventHandlerEventInfoTargetBinding ( object target, EventInfo targetEventInfo ) : System
target object
targetEventInfo System.Reflection.EventInfo
Résultat System

SetValue() public méthode

public SetValue ( object value ) : void
value object
Résultat void