Spread Windows Forms 12.0 Product Documentation
PopupClosedEventHandler Delegate


FarPoint.Win Assembly > FarPoint.Win Namespace : PopupClosedEventHandler Delegate
Represents the method which responds to a PopupClosed event.
Syntax
'Declaration
 
Public Delegate Sub PopupClosedEventHandler( _
   ByVal sender As Object, _
   ByVal e As PopupClosedEventArgs _
) 
'Usage
 
Dim instance As New PopupClosedEventHandler(AddressOf HandlerMethod)
public delegate void PopupClosedEventHandler( 
   object sender,
   PopupClosedEventArgs e
)

Parameters

sender
e
See Also

Reference

PopupClosedEventHandler Members
FarPoint.Win Namespace