[]
        
(Showing Draft Content)

FarPoint.Win.PopupClosedEventHandler

PopupClosedEventHandler Delegate

Represents the method which responds to a PopupClosed event.

Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public delegate void PopupClosedEventHandler(object sender, PopupClosedEventArgs e)
Public Delegate Sub PopupClosedEventHandler(sender As Object, e As PopupClosedEventArgs)
Parameters
Type Name Description
object sender Represents the method which responds to a PopupClosed event.
PopupClosedEventArgs e Represents the method which responds to a PopupClosed event.