MVVMbasics Logo

mobilemotion.eu Logo


Back to Class Reference home page


MVVMbasics.Attributes
Class MvvmBindableIgnoreAttribute

System.Attribute
  extended by MVVMbasics.Attributes.MvvmBindableIgnoreAttribute
 

 
AttributeUsage(AttributeTargets.Property)]
public class MvvmBindableIgnoreAttribute : Attribute

Attribute to be applied to Model or Viewmodel properties. All public properties within classes that are marked with the MvvmBindable attribute and inherit from BaseModel or BaseViewmodel will not raise the PropertyChanged event after being changed.