SelectList.PropagateEventsTo Method (DropDown)

GeonBit.UI

SelectListPropagateEventsTo Method (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.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void PropagateEventsTo(
	DropDown other
)

Parameters

other
Type: GeonBit.UI.EntitiesDropDown
Entity to propagate events to.
See Also