| SelectListPropagateEventsTo Method |
| Name | Description | |
|---|---|---|
| PropagateEventsTo(DropDown) |
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.
| |
| PropagateEventsTo(Entity) |
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.
(Inherited from Entity.) | |
| PropagateEventsTo(SelectList) |
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.
|