[]
        
(Showing Draft Content)

FarPoint.Win.PopUpEventHandler

PopUpEventHandler Delegate

Represents a defined method that handles the PopUp event.

Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public delegate void PopUpEventHandler(object sender, PopUpEventArgs e)
Public Delegate Sub PopUpEventHandler(sender As Object, e As PopUpEventArgs)
Parameters
Type Name Description
object sender Represents a defined method that handles the PopUp event.
PopUpEventArgs e Represents a defined method that handles the PopUp event.