C# 클래스 MvvmCross.Binding.iOS.Target.MvxUIControlTouchUpInsideTargetBinding

상속: MvvmCross.Binding.Bindings.Target.MvxConvertingTargetBinding
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
MvxUIControlTouchUpInsideTargetBinding ( UIControl control ) : System

보호된 메소드들

메소드 설명
Dispose ( bool isDisposing ) : void
SetValueImpl ( object target, object value ) : void

비공개 메소드들

메소드 설명
ControlOnTouchUpInside ( object sender, EventArgs eventArgs ) : void
OnCanExecuteChanged ( object sender, EventArgs e ) : void
RefreshEnabledState ( ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool isDisposing ) : void
isDisposing bool
리턴 void

MvxUIControlTouchUpInsideTargetBinding() 공개 메소드

public MvxUIControlTouchUpInsideTargetBinding ( UIControl control ) : System
control UIControl
리턴 System

SetValueImpl() 보호된 메소드

protected SetValueImpl ( object target, object value ) : void
target object
value object
리턴 void