VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Undo Namespace / UndoAction Class / SetSourceItem(ICloneable,ICloneable) Method
Syntax Requirements SeeAlso
In This Topic
    SetSourceItem(ICloneable,ICloneable) Method (UndoAction)
    In This Topic
    Changes the source item in SourceItems.
    Syntax
    'Declaration
    
    Protected Overridable Sub SetSourceItem( _
    ByVal oldSourceItem
    Old source item of action.
    As System.ICloneable, _
    ByVal newSourceItem
    New source item of action.
    As System.ICloneable _
    )
    protected virtual void SetSourceItem(
    System.ICloneable oldSourceItem,
    System.ICloneable newSourceItem
    )
    protected: virtual void SetSourceItem(
    System.ICloneable oldSourceItem,
    System.ICloneable newSourceItem
    )
    protected:
    virtual void SetSourceItem(
    System.ICloneable oldSourceItem,
    System.ICloneable newSourceItem
    )

    Parameters

    oldSourceItem
    Old source item of action.
    newSourceItem
    New source item 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