Method | Description | |
---|---|---|
DropDown_eventSelectedIndexChanged ( UIComponent component, int index ) : void |
Method | Description | |
---|---|---|
Initialize ( ) : void | ||
OnSelectionChanged ( int index ) : void | ||
PopulateDropDown ( ) : bool | ||
PopulateImpl ( ) : bool |
public DropDown_eventSelectedIndexChanged ( UIComponent component, int index ) : void | ||
component | UIComponent | |
index | int | |
return | void |
protected abstract OnSelectionChanged ( int index ) : void | ||
index | int | |
return | void |
protected abstract PopulateDropDown ( ) : bool | ||
return | bool |