C# 클래스 MvvmCross.Binding.Droid.Views.MvxLinearLayout

상속: LinearLayout, IMvxWithChangeAdapter
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

Private Properties

프로퍼티 타입 설명
OnChildViewRemoved void

공개 메소드들

메소드 설명
AdapterOnDataSetChanged ( object sender, NotifyCollectionChangedEventArgs eventArgs ) : void
MvxLinearLayout ( Android.Content.Context context, IAttributeSet attrs ) : System
MvxLinearLayout ( Android.Content.Context context, IAttributeSet attrs, IMvxAdapterWithChangedEvent adapter ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
MvxLinearLayout ( IntPtr javaReference, JniHandleOwnership transfer ) : System

비공개 메소드들

메소드 설명
OnChildViewRemoved ( object sender, ChildViewRemovedEventArgs childViewRemovedEventArgs ) : void

메소드 상세

AdapterOnDataSetChanged() 공개 메소드

public AdapterOnDataSetChanged ( object sender, NotifyCollectionChangedEventArgs eventArgs ) : void
sender object
eventArgs System.Collections.Specialized.NotifyCollectionChangedEventArgs
리턴 void

Dispose() 보호된 메소드

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

MvxLinearLayout() 공개 메소드

public MvxLinearLayout ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
리턴 System

MvxLinearLayout() 공개 메소드

public MvxLinearLayout ( Android.Content.Context context, IAttributeSet attrs, IMvxAdapterWithChangedEvent adapter ) : System
context Android.Content.Context
attrs IAttributeSet
adapter IMvxAdapterWithChangedEvent
리턴 System

MvxLinearLayout() 보호된 메소드

protected MvxLinearLayout ( IntPtr javaReference, JniHandleOwnership transfer ) : System
javaReference System.IntPtr
transfer JniHandleOwnership
리턴 System