GoXam for WPF v3
GetValue Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam.Model Namespace
>
ModelChangedEventArgs Class
: GetValue Method
This is a convenient method to get the right value, depending on the value of
undo
.
Syntax
C#
public
object
GetValue(
bool
undo
)
Parameters
undo
Return Value
either
OldValue
or
NewValue
Remarks
This is useful in implementations of
IChangeDataValue.ChangeDataValue
or in overrides of
ChangeDataValue
.
See Also
Reference
ModelChangedEventArgs Class
ModelChangedEventArgs Members