Interface INotifyPropertyChanging
Interface to help notify the property changed events.
Assembly: Syncfusion.Maui.DataSource.dll
Syntax
public interface INotifyPropertyChanging
Methods
add_PropertyChanging(PropertyChangingEventHandler)
Declaration
void add_PropertyChanging(PropertyChangingEventHandler value)
Parameters
remove_PropertyChanging(PropertyChangingEventHandler)
Declaration
void remove_PropertyChanging(PropertyChangingEventHandler value)
Parameters
Events
PropertyChanging
Declaration
event PropertyChangingEventHandler PropertyChanging
Event Type