[]
Represents the method that handles the pate to editor validator event.
public delegate void PasteValidatorEventHandler(object sender, IsValidEventArgs e)
Public Delegate Sub PasteValidatorEventHandler(sender As Object, e As IsValidEventArgs)
Type | Name | Description |
---|---|---|
object | sender | The sender |
IsValidEventArgs | e | Event argument |