MVVMbasics Logo

mobilemotion.eu Logo


Back to Class Reference home page


MVVMbasics.Attributes
Class MvvmBindablePropertiesAttribute

System.Attribute
  extended by MVVMbasics.Attributes.MvvmBindablePropertiesAttribute
 

 
AttributeUsage(AttributeTargets.Class)]
public class MvvmBindablePropertiesAttribute : Attribute

Attribute to be applied to Model or Viewmodel classes which inherit from BaseModel or BaseViewmodel. All public properties within that class will raise the PropertyChanged event after being changed.