Spread Windows Forms 12.0 Product Documentation
TextPastingEventHandler Delegate


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

Parameters

sender
Source of event
e
Event data
See Also

Reference

TextPastingEventHandler Members
FarPoint.Win.SuperEdit Namespace