Class MultiPropertyChangedCommandFactory
Provides methods for creating MultiPropertyChangedCommandFactorys.
public static class MultiPropertyChangedCommandFactory
- Inheritance
-
objectMultiPropertyChangedCommandFactory
Methods
ToMultiPropertyChangedCommand(GridItem, object[], object?[])
Initializes a MultiPropertyChangedCommand after a property was first changed.
public static MultiPropertyChangedCommand ToMultiPropertyChangedCommand(this GridItem gridItem, object[] targets, object?[] oldValues)
Parameters
gridItemGridItemThe grid item representing the property being changed.
targetsobject[]The objects the SelectedObject is target at.
oldValuesobject[]The property's old values.