[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.TextPastingEventHandler

TextPastingEventHandler Delegate

Represents the method that handles the TextPasting event.

Namespace: FarPoint.Win.SuperEdit
Assembly: FarPoint.Win.dll
Syntax
public delegate void TextPastingEventHandler(object sender, CancelEventArgs e)
Public Delegate Sub TextPastingEventHandler(sender As Object, e As CancelEventArgs)
Parameters
Type Name Description
object sender

Source of event

CancelEventArgs e

Event data