remove_focus_handler


Description:

[ Version ( deprecated = true , deprecated_since = "2.9.4" ) ]
public abstract void remove_focus_handler (uint handler_id)

Warning: remove_focus_handler is deprecated since 2.9.4.

Remove the handler specified by handler_id from the list of functions to be executed when this object receives focus events (in or out).

Note:

If you need to track when an object gains or lose the focus, use the state_change "focused" notification instead.

Parameters:

this

the Component to remove the focus handler from

handler_id

the handler id of the focus handler to be removed from this