RegionBaseBeforeCopy Method

Copies 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 BeforeCopy(
	IClipboardManager clipboard
)

Parameters

clipboard  IClipboardManager
Clipboard to copy content to.

Return Value

Boolean
if the copy operation handled, afterwards.

See Also