Table of Contents

Class MultiPropertyChangedCommandFactory

Namespace
NanoByte.Common.Undo
Assembly
NanoByte.Common.WinForms.dll

Provides methods for creating MultiPropertyChangedCommandFactorys.

public static class MultiPropertyChangedCommandFactory
Inheritance
object
MultiPropertyChangedCommandFactory

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

gridItem GridItem

The grid item representing the property being changed.

targets object[]

The objects the SelectedObject is target at.

oldValues object[]

The property's old values.

Returns

MultiPropertyChangedCommand