GrapeCity MultiRow Windows Forms Documentation
ClipboardOperating Event


Occurs when cut, copy, or paste is executed through UI action.
Syntax
<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
Event Data

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.

PropertyDescription
ClipboardOperationGets the type of clipping action in the process.  
Handled (Inherited from System.ComponentModel.HandledEventArgs)
Requirements

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

See Also

Reference

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.