VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Undo Namespace / UndoAction Class / SetSourceItems(ICloneable[],ICloneable[]) Method
Syntax Requirements SeeAlso
In This Topic
    SetSourceItems(ICloneable[],ICloneable[]) Method (UndoAction)
    In This Topic
    Changes the source items in SourceItems.
    Syntax
    'Declaration
    
    Protected Overridable Sub SetSourceItems( _
    ByVal oldSourceItems
    Old source items of action.
    () As System.ICloneable, _
    ByVal newSourceItems
    New source items of action.
    () As System.ICloneable _
    )
    protected virtual void SetSourceItems(
    System.ICloneable[] oldSourceItems,
    System.ICloneable[] newSourceItems
    )
    protected: virtual void SetSourceItems(
    System.ICloneable[]* oldSourceItems,
    System.ICloneable[]* newSourceItems
    )
    protected:
    virtual void SetSourceItems(
    array<System.ICloneable>^ oldSourceItems,
    array<System.ICloneable>^ newSourceItems
    )

    Parameters

    oldSourceItems
    Old source items of action.
    newSourceItems
    New source items of action.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also