IVsUIHierWinClipboardHelperEvents Interface
Visual Studio 2015
Provides clipboard notifications to the source hierarchy in a cut or copy operation.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | OnClear(Int32) | Signals that the clipboard has been cleared. |
![]() | OnPaste(Int32, UInt32) | Signals that a paste operation has occurred. |
This interface provides notification of clipboard events to source hierarchies, which have called AdviseClipboardHelperEvents and are involved in cut and copy operations.
See illustrations of the implementation and/or calling of this interface in the sample Basic Project.
Notes to Implementers:
Implemented by source hierarchies that are involved in cut and copy operations implementing IVsUIHierWinClipboardHelper.
Notes to Callers:
Called by the environment when IVsUIHierWinClipboardHelper is implemented.
Show:
