GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : ClipboardOperating Event |
<SRCategoryAttribute("Action")> <SRDescriptionAttribute("Occurs when one of the Cut, Copy, or Paste UI actions is performed. ")> Public Event ClipboardOperating As EventHandler(Of ClipboardOperationEventArgs)
Dim instance As GcMultiRow Dim handler As EventHandler(Of ClipboardOperationEventArgs) AddHandler instance.ClipboardOperating, handler
[SRCategory("Action")] [SRDescription("Occurs when one of the Cut, Copy, or Paste UI actions is performed. ")] public event EventHandler<ClipboardOperationEventArgs> ClipboardOperating
The event handler receives an argument of type ClipboardOperationEventArgs containing data related to this event. The following ClipboardOperationEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ClipboardOperation | Gets the type of clipping action in the process. |
Handled | (Inherited from System.ComponentModel.HandledEventArgs) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2