Interface IComplexPropertyChanged
-
- All Known Implementing Classes:
PropertyBag
public interface IComplexPropertyChanged
Indicates that a complex property changed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcomplexPropertyChanged(ComplexProperty complexProperty)Indicates that a complex property changed.
-
-
-
Method Detail
-
complexPropertyChanged
void complexPropertyChanged(ComplexProperty complexProperty)
Indicates that a complex property changed.- Parameters:
complexProperty- Complex property.
-
-