[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.UserErrorEventHandler

UserErrorEventHandler Delegate

Represents the method that handles the UserError event.

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

Source of event

UserErrorEventArgs e

Event data