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