Skip to main content
A newer version of this page is available. .

POCOViewModelAttribute.InvokeOnPropertyChangedMethodBeforeRaisingINPC Field

Specifies the order of invoking methods and events. If enabled, the OnPropertyChanging\OnPropertyChanged methods are called before invoking the corresponding PropertyChanging\PropertyChanged events. Otherwise, events are invoked before calling corresponding methods.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

public bool InvokeOnPropertyChangedMethodBeforeRaisingINPC

Field Value

Type
Boolean
See Also