Evento DedFindCodeControlKeyUpCombo
|
Evento che scatta ogni volta che è stato rilasciato un tasto all'interno del combobox.
Namespace: DedNet.ControlsAssembly: DedNet (in DedNet.dll) Versione: 28.1.0-RC6
Sintassipublic event KeyEventHandler KeyUpCombo
Public Event KeyUpCombo As KeyEventHandler
public:
event KeyEventHandler^ KeyUpCombo {
void add (KeyEventHandler^ value);
void remove (KeyEventHandler^ value);
}member KeyUpCombo : IEvent<KeyEventHandler,
KeyEventArgs>Valore
KeyEventHandler
Vedi anche