Intersoft ClientUI Documentation
CopyingRowClipboardContent Event
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridView Class : CopyingRowClipboardContent Event






Occurs when the row is prepared for a clipboard copy operation.

Syntax

Visual Basic (Declaration) 
Public Event CopyingRowClipboardContent As UXGridViewRowClipboardEventHandler
Visual Basic (Usage)Copy Code
Dim instance As UXGridView
Dim handler As UXGridViewRowClipboardEventHandler
 
AddHandler instance.CopyingRowClipboardContent, handler
C# 
public event UXGridViewRowClipboardEventHandler CopyingRowClipboardContent
Delphi 
public event CopyingRowClipboardContent: UXGridViewRowClipboardEventHandler; 
JScript 
In JScript, you can handle the events defined by another class, but you cannot define your own.
Managed Extensions for C++ 
public: __event UXGridViewRowClipboardEventHandler* CopyingRowClipboardContent
C++/CLI 
public:
event UXGridViewRowClipboardEventHandler^ CopyingRowClipboardContent

Event Data

The event handler receives an argument of type UXGridViewRowClipboardEventArgs containing data related to this event. The following UXGridViewRowClipboardEventArgs properties provide information specific to this event.

PropertyDescription
ClipboardRowContent Gets the cell contents of the row, before the row is copied to the clipboard.
Handled (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 
HandledBy (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 
IsColumnHeadersRow Gets a value that indicates whether the row being copied is the column header row.
IsHandledByPrimitive (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 
Item Gets the row item that contains the cell content being copied to the clipboard. UXGridViewClipboardCellContent.
OriginalSource (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 
RoutedEvent (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 
Source (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) 

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.