EntityPropagateEventsTo Method |
Propagate all events trigger by this entity to a given other entity.
For example, if "OnClick" will be called on this entity, it will trigger OnClick on 'other' as well.
Namespace:
GeonBit.UI.Entities
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual void PropagateEventsTo(
Entity other
)
Parameters
- other
- Type: GeonBit.UI.EntitiesEntity
Entity to propagate events to.
See Also