|
Public Member Functions |
| PropertyEventArgs (String *propName, String *propVal) |
| PropertyEventArgs (Form *propDialog, String *dialogName) |
int | getMode () |
String * | getName () |
String * | getValue () |
| this will return null if in PROPERTY_DIALOG_OPENED mode
|
Form * | getDialog () |
| this will return null if in PROPERTY_CHANGED mode
|
Static Public Attributes |
static const int | PROPERTY_CHANGED = 0 |
| indicates this object is from a property changed event
|
static const int | PROPERTY_DIALOG_OPENED = 1 |
| indicates this object is from a property dialog opened event
|