RegionBaseBeforePaste Method
Paste content of the current
RegionBase or its children Regions to the Clipboard.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public bool BeforePaste(
IClipboardManager clipboard
)
Public Function BeforePaste (
clipboard As IClipboardManager
) As Boolean
public:
bool BeforePaste(
IClipboardManager^ clipboard
)
member BeforePaste :
clipboard : IClipboardManager -> bool
- clipboard IClipboardManager
- Clipboard to paste content to.
Boolean if the paste operation handled,
afterwards.