Intersoft ClientUI Documentation
UXGridViewRowClipboardEventHandler Delegate
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace : UXGridViewRowClipboardEventHandler Delegate






sender
The object where the event handler is attached.
e
The event data.
Represents the method that will handle the CopyingRowClipboardContent event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub UXGridViewRowClipboardEventHandler( _
   ByVal sender As Object, _
   ByVal e As UXGridViewRowClipboardEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New UXGridViewRowClipboardEventHandler(AddressOf HandlerMethod)
C# 
public delegate void UXGridViewRowClipboardEventHandler( 
   object sender,
   UXGridViewRowClipboardEventArgs e
)
Delphi 
public delegate UXGridViewRowClipboardEventHandler( 
    sender: TObject;
    e: UXGridViewRowClipboardEventArgs
);
JScript 
public delegate UXGridViewRowClipboardEventHandler( 
   sender : Object,
   e : UXGridViewRowClipboardEventArgs
)
Managed Extensions for C++ 
public: __gc __delegate void UXGridViewRowClipboardEventHandler( 
   Object* sender,
   UXGridViewRowClipboardEventArgs* e
)
C++/CLI 
public delegate void UXGridViewRowClipboardEventHandler( 
   Object^ sender,
   UXGridViewRowClipboardEventArgs^ e
)

Parameters

sender
The object where the event handler is attached.
e
The event data.

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.