다음을 통해 공유


BindableProperty.ValidateValueDelegate 대리자

정의

public delegate bool BindableProperty.ValidateValueDelegate(BindableObject bindable, object value);
type BindableProperty.ValidateValueDelegate = delegate of BindableObject * obj -> bool
Public Delegate Function BindableProperty.ValidateValueDelegate(bindable As BindableObject, value As Object) As Boolean 

매개 변수

bindable
BindableObject
value
Object

반환 값

적용 대상