C# 클래스 MvvmCross.Binding.Droid.Target.MvxTextViewFocusTargetBinding

상속: MvxAndroidTargetBinding
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
MvxTextViewFocusTargetBinding ( object target ) : System
SubscribeToEvents ( ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
HandleLostFocus ( object sender, Android.Views.View e ) : void

메소드 상세

Dispose() 보호된 메소드

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

MvxTextViewFocusTargetBinding() 공개 메소드

public MvxTextViewFocusTargetBinding ( object target ) : System
target object
리턴 System

SetValueImpl() 보호된 메소드

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

SubscribeToEvents() 공개 메소드

public SubscribeToEvents ( ) : void
리턴 void