![]() |
An event class describing changes to the application state.
Public Functions | |
TypelessChangeType::Enum | ChangeType () const |
bool | IsDeletion () const |
bool | IsInsertion () const |
bool | IsModification () const |
Nullable< String > const & | NewValue () const |
String const & | Path () const |
Constructors and Destructors | |
ValueChangedEventArgs () | |
ValueChangedEventArgs (String const &path, Nullable< String > const &newValue, TypelessChangeType::Enum changeType) | |
~ValueChangedEventArgs () | |
|
inline |
Returns the type of change that occurred to the application state property.
|
inline |
Convenience method to check whether the change was a value deletion.
|
inline |
Convenience method to check whether the change was a value insertion.
|
inline |
Convenience method to check whether the change was a value modification.
Returns the new value of the application state property.
|
inline |
Returns the path name of the application state property.
© 2010 - 2018 Calgary Scientific Inc. All rights reserved. This documentation shall not wholly or in part, in any form or by any means, electronic, mechanical, including photocopying, be reproduced or transmitted without the authorized, written consent of Calgary Scientific.
Generated on Thu Jan 11 2018 03:59:07 for PureWeb C++ API by
1.8.11