RegionBaseBeforePaste Method

Paste content of the current RegionBase or its children Regions to the Clipboard.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public bool BeforePaste(
	IClipboardManager clipboard
)

Parameters

clipboard  IClipboardManager
Clipboard to paste content to.

Return Value

Boolean
if the paste operation handled, afterwards.

See Also