Back to Devexpress

UIObjectService Events

maui-devexpress-dot-maui-dot-core-dot-uiobjectservice-dot-underscore-events.md

latest1.5 KB
Original Source

UIObjectService Events

Allows you to access an associated UI element from the View Model without creating a strong-typed reference.

NameDescription
BindingContextChangedOccurs when the value of the BindingContext property changes. Inherited from BindableObject.
PropertyChangedOccurs when a property value changes. Inherited from BindableObject.
PropertyChangingOccurs when a property value is changing. Inherited from BindableObject.

See Also

UIObjectService Class

UIObjectService Members

DevExpress.Maui.Core Namespace