Back to Class Reference home page
System.Attribute
MVVMbasics.Attributes.MvvmBindableAttribute
AttributeUsage(AttributeTargets.Property)]
public class MvvmBindableAttribute : Attribute
Attribute to be applied to Model or Viewmodel properties. All public properties within classes that inherit from BaseModel or BaseViewmodel which are marked with this attribute will raise the PropertyChanged event after being changed.