KaxComboBoxItemsRequested Event |
Occurs when KaxComboBox initiates an AJAX callback to the
server.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic event KaxComboBoxItemsRequestedEventHandler ItemsRequested
Public Event ItemsRequested As KaxComboBoxItemsRequestedEventHandler
public:
event KaxComboBoxItemsRequestedEventHandler^ ItemsRequested {
void add (KaxComboBoxItemsRequestedEventHandler^ value);
void remove (KaxComboBoxItemsRequestedEventHandler^ value);
}
member ItemsRequested : IEvent<KaxComboBoxItemsRequestedEventHandler,
KaxComboBoxItemsRequestedEventArgs>
Value
Type:
Kettic.AspNet.ControlsKaxComboBoxItemsRequestedEventHandler
See Also