Interface INotifyPropertyChanging
Notifies clients that a property value is changing.
Assembly: Syncfusion.Data.Portable.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
Occurs when a property value is changing.
Declaration
event PropertyChangingEventHandler PropertyChanging
Event Type