Constable Authorization Engine 2.0 BETA

NamedObjectClipboardHandler.CutPerformed Method 

[This is preliminary documentation and subject to change.]

Removes the instance from the owning list.

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

Implements

IClipboardHandler.CutPerformed

Remarks

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

See Also

NamedObjectClipboardHandler Class | LaMarvin.Constable.Design.Clipboard Namespace