
Public Member Functions | |
| this (IntPtr wxobj) | |
| this (EventType commandType=wxEVT_NULL, int winid=0) | |
| int | Selection () |
| string | String () |
| void | String (string value) |
| bool | IsChecked () |
| bool | IsSelection () |
| int | Int () |
| void | Int (int value) |
| ClientData | ClientObject () |
| void | ClientObject (ClientData value) |
| int | ExtraLong () |
| void | ExtraLong (int value) |
Static Public Member Functions | |
| static | this () |
| this | ( | IntPtr | wxobj | ) |
Reimplemented from Event.
Reimplemented in CalendarEvent, ChildFocusEvent, ContextMenuEvent, FindDialogEvent, GridEditorCreatedEvent, HelpEvent, NotifyEvent, SashEvent, SpinEvent, StyledTextEvent, UpdateUIEvent, WindowCreateEvent, and WindowDestroyEvent.
| this | ( | EventType | commandType = wxEVT_NULL, |
|
| int | winid = 0 | |||
| ) |
Reimplemented in FindDialogEvent, NotifyEvent, SpinEvent, and StyledTextEvent.
| static this | ( | ) | [static] |
Reimplemented from Event.
Reimplemented in CalendarEvent, CalendarEvent, ChildFocusEvent, ContextMenuEvent, FindDialogEvent, GridEditorCreatedEvent, HelpEvent, SashEvent, SashEvent, SpinEvent, UpdateUIEvent, WindowCreateEvent, and WindowDestroyEvent.
| int Selection | ( | ) |
| string String | ( | ) |
| void String | ( | string | value | ) |
| bool IsChecked | ( | ) |
| bool IsSelection | ( | ) |
| int Int | ( | ) |
| void Int | ( | int | value | ) |
| ClientData ClientObject | ( | ) |
| void ClientObject | ( | ClientData | value | ) |
| int ExtraLong | ( | ) |
| void ExtraLong | ( | int | value | ) |
1.5.4