bre20::PropertyEventArgs Class Reference

Handles setting and getting the parameters from the *.exe.config file. More...

List of all members.

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


Detailed Description

Handles setting and getting the parameters from the *.exe.config file.


Constructor & Destructor Documentation

bre20::PropertyEventArgs::PropertyEventArgs String *  propName,
String *  propVal
 

bre20::PropertyEventArgs::PropertyEventArgs Form *  propDialog,
String *  dialogName
 


Member Function Documentation

Form* bre20::PropertyEventArgs::getDialog  ) 
 

this will return null if in PROPERTY_CHANGED mode

int bre20::PropertyEventArgs::getMode  ) 
 

String* bre20::PropertyEventArgs::getName  ) 
 

String* bre20::PropertyEventArgs::getValue  ) 
 

this will return null if in PROPERTY_DIALOG_OPENED mode


Member Data Documentation

const int bre20::PropertyEventArgs::PROPERTY_CHANGED = 0 [static]
 

indicates this object is from a property changed event

const int bre20::PropertyEventArgs::PROPERTY_DIALOG_OPENED = 1 [static]
 

indicates this object is from a property dialog opened event




BRE Documentation Home