Spread Windows Forms 12.0 Product Documentation
TextPastedEventHandler Delegate


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace : TextPastedEventHandler Delegate
Source of event
Event data
Represents the method that handles the TextPasted event.
Syntax
'Declaration
 
Public Delegate Sub TextPastedEventHandler( _
   ByVal sender As Object, _
   ByVal e As CancelEventArgs _
) 
'Usage
 
Dim instance As New TextPastedEventHandler(AddressOf HandlerMethod)
public delegate void TextPastedEventHandler( 
   object sender,
   CancelEventArgs e
)

Parameters

sender
Source of event
e
Event data
See Also

Reference

TextPastedEventHandler Members
FarPoint.Win.SuperEdit Namespace