Interface INotifyRecursiveChanged
An interface that will be notified whenever a property that have a property scanner on it is changed using a client side view interface (Ie. an AutoGenSelector).
Namespace: Eco.Gameplay.Systems
Assembly: Eco.Gameplay.dll
Syntax
public interface INotifyRecursiveChanged
Methods
OnRecursiveChange(PropertyInfo, Object)
Declaration
void OnRecursiveChange(PropertyInfo prop, object objParent)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.PropertyInfo | prop | |
System.Object | objParent |