INotifyPropertyChanged
Overview
Interface for classes to provide change notification support.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
Events
PropertyChanged
Event that should be called when the property was changed.
event PropertyChanged: Action<Object, String>
delegate: method PropertyChanged(par1: T1; par2: T2)
delegate Action<Object, String> PropertyChanged()
delegate: void PropertyChanged(T1 par1, T2 par2)
__event Action<Object, String>: PropertyChanged!
delegate: func PropertyChanged(_ par1: T1, _ par2: T2)
__event Action<Object, String> PropertyChanged
delegate: void PropertyChanged(T1 par1, T2 par2)
Event PropertyChanged As Action<Object, String>
delegate: Sub PropertyChanged(par1 As T1, par2 As T2)