Public Member Functions | |
this (IntPtr wxobj) | |
this (int commandType, int id) | |
TreeItemId | Item () |
void | Item (TreeItemId value) |
TreeItemId | OldItem () |
void | OldItem (TreeItemId value) |
Point | point () |
void | point (Point value) |
KeyEvent | keyEvent () |
void | keyEvent (KeyEvent value) |
int | KeyCode () |
string | Label () |
void | Label (string value) |
bool | IsEditCancelled () |
void | IsEditCancelled (bool value) |
void | ToolTip (string value) |
void | Veto () |
void | Allow () |
bool | Allowed () |
Static Public Member Functions | |
static | this () |
this | ( | IntPtr | wxobj | ) |
Reimplemented from Event.
this | ( | int | commandType, | |
int | id | |||
) |
static this | ( | ) | [static] |
Reimplemented from Event.
TreeItemId Item | ( | ) |
void Item | ( | TreeItemId | value | ) |
TreeItemId OldItem | ( | ) |
void OldItem | ( | TreeItemId | value | ) |
Point point | ( | ) |
void point | ( | Point | value | ) |
KeyEvent keyEvent | ( | ) |
void keyEvent | ( | KeyEvent | value | ) |
int KeyCode | ( | ) |
string Label | ( | ) |
void Label | ( | string | value | ) |
bool IsEditCancelled | ( | ) |
void IsEditCancelled | ( | bool | value | ) |
void ToolTip | ( | string | value | ) |
void Veto | ( | ) |
void Allow | ( | ) |
bool Allowed | ( | ) |