SelectedKeysHandler.UnregisterDg

Type alias of a callback delegate to remove a client registration. Does not fail/throw if the client is not registered.

class SelectedKeysHandler
alias UnregisterDg = int delegate(ISelectClient client, bool remove_from_selected_set = false)

Meta