Click or drag to resize

IClipboardHandler Interface

This interface is meant for controllers that want to handle clipboard events. WPF AddIns should handle the routed commands 'Copy', 'Cut', 'Paste', 'Delete' and 'SelectAll' instead.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IClipboardHandler

The IClipboardHandler type exposes the following members.

Properties
Methods
 NameDescription
Public methodCopy 
Public methodCut 
Public methodDelete 
Public methodPaste 
Public methodSelectAll 
Top
See Also