DropDownOnSelectedSpecificItem Method |
Set special callback to trigger if a specific value is selected.
Namespace:
GeonBit.UI.Entities
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void OnSelectedSpecificItem(
string itemValue,
Action action
)
Parameters
- itemValue
- Type: SystemString
Item text to trigger event. - action
- Type: SystemAction
Event to trigger.
See Also