'Declaration Protected Overrides Sub SetSourceItem( _
ByVal oldSourceItemOld source item of action.As System.ICloneable, _
ByVal newSourceItemNew source item of action.As System.ICloneable _
)
protected override void SetSourceItem(
System.ICloneable oldSourceItem,
System.ICloneable newSourceItem
)
protected: void SetSourceItem(
System.ICloneable oldSourceItem,
System.ICloneable newSourceItem
); override
protected:
void SetSourceItem(
System.ICloneable oldSourceItem,
System.ICloneable newSourceItem
); override
Parameters
- oldSourceItem
- Old source item of action.
- newSourceItem
- New source item of action.