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

Inheritance: MvxTargetBinding
Datei anzeigen Open project: MvvmCross/MvvmCross

Public Methods

Method Description
MvxEventHandlerEventInfoTargetBinding ( object target, EventInfo targetEventInfo ) : System
SetValue ( object value ) : void

Protected Methods

Method Description
Dispose ( bool isDisposing ) : void

Private Methods

Method Description
HandleEvent ( object sender, EventArgs args ) : void

Method Details

Dispose() protected method

protected Dispose ( bool isDisposing ) : void
isDisposing bool
return void

MvxEventHandlerEventInfoTargetBinding() public method

public MvxEventHandlerEventInfoTargetBinding ( object target, EventInfo targetEventInfo ) : System
target object
targetEventInfo System.Reflection.EventInfo
return System

SetValue() public method

public SetValue ( object value ) : void
value object
return void