[]
        
(Showing Draft Content)

FarPoint.Win.PopupCancelEventHandler

PopupCancelEventHandler Delegate

Represents the method which responds to a PopupCancel event.

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