Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public bool InvokeOnPropertyChangedMethodBeforeRaisingINPC

Field Value

Type
Boolean
See Also