ComplexPropertyChangedDelegate typedef

ComplexPropertyChangedDelegate = void Function(ComplexProperty complexProperty)
Indicates that a complex property changed. Complex property.

Implementation

typedef void ComplexPropertyChangedDelegate(ComplexProperty complexProperty);