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

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

공개 메소드들

메소드 설명
MvxTextViewTextTargetBinding ( Android.Widget.TextView target ) : System
SubscribeToEvents ( ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
EditTextOnAfterTextChanged ( object sender, Android.Text.AfterTextChangedEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

MvxTextViewTextTargetBinding() 공개 메소드

public MvxTextViewTextTargetBinding ( Android.Widget.TextView target ) : System
target Android.Widget.TextView
리턴 System

SetValueImpl() 보호된 메소드

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

ShouldSkipSetValueForViewSpecificReasons() 보호된 메소드

protected ShouldSkipSetValueForViewSpecificReasons ( object target, object value ) : bool
target object
value object
리턴 bool

SubscribeToEvents() 공개 메소드

public SubscribeToEvents ( ) : void
리턴 void