SelectList.PropagateEventsTo Method

GeonBit.UI

SelectListPropagateEventsTo Method
Overload List
  NameDescription
Public methodPropagateEventsTo(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.
Public methodPropagateEventsTo(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.)
Public methodPropagateEventsTo(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.
Top
See Also