'宣言 Public Delegate Function KeyMap.DoAction() As System.Boolean
'使用法 Dim instance As New KeyMap.DoAction(AddressOf HandlerMethod)
public delegate System.bool KeyMap.DoAction()
戻り値の型
True to indicate that the expected action was taken, false otherwise.