MVVMbasics Logo

mobilemotion.eu Logo


Back to Class Reference home page


MVVMbasics.Attributes
Class MvvmBindableAttribute

System.Attribute
  extended by 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.