Constable Authorization Engine 2.0 BETA

RuleBaseClipboardHandler.Paste Method 

[This is preliminary documentation and subject to change.]

Adds the pasted instance to the target owning list.

[Visual Basic]
Overrides Public Sub Paste( _
   ByVal instance As Object, _
   ByVal target As Object _
) _
    Implements IClipboardHandler.Paste
[C#]
public override void Paste(
   object instance,
   object target
);

Implements

IClipboardHandler.Paste

Remarks

The reference to the list (collection) that will own the instance is retrieved by calling the overriden GetOwningList method.

See Also

RuleBaseClipboardHandler Class | LaMarvin.Constable.Design.Clipboard Namespace