GrapeCity MultiRow Windows Forms Documentation
ClipboardOperationEventArgs Class
Members 


Provides data for the GcMultiRow.ClipboardOperating event of the GcMultiRow control.
Syntax
Public Class ClipboardOperationEventArgs 
   Inherits System.ComponentModel.HandledEventArgs
Dim instance As ClipboardOperationEventArgs
public class ClipboardOperationEventArgs : System.ComponentModel.HandledEventArgs 
Remarks

This class is used to inform the users that a clipboard operation is occurring. If you want to manage the clipboard, set System.ComponentModel.HandledEventArgs.Handled to true to stop the default logic.

There is another way to customize the clipboard actions of GcMultiRow. You can write a new cut, copy, or paste action and assign them to specific keys.

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.ComponentModel.HandledEventArgs
         GrapeCity.Win.MultiRow.ClipboardOperationEventArgs

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

ClipboardOperationEventArgs Members
GrapeCity.Win.MultiRow Namespace
ClipboardOperating Event

 

 


Copyright © GrapeCity, inc. All rights reserved.