Inherits CPropertyChangedEventArgs< DATATYPE >.
|
template<typename OLDVALTYPE , typename NEWVALTYPE > |
| CPropertyChangingEventArgs (const OLDVALTYPE &oldVal, const NEWVALTYPE &NewVal) |
|
bool | Cancel () const |
|
void | SetCancel () |
|
template<typename OLDVALTYPE , typename NEWVALTYPE > |
| CPropertyChangedEventArgs (const OLDVALTYPE &oldVal, const NEWVALTYPE &NewVal) |
|
const DATATYPE & | OldValue () const |
|
const DATATYPE & | NewValue () const |
|
|
DATATYPE | m_OldValue |
|
DATATYPE | m_NewValue |
|
template<typename DATATYPE>
class CPropertyChangingEventArgs< DATATYPE >
Definition at line 23 of file EventedProperty.h.
The documentation for this class was generated from the following file: