OnCloseRemotePanelDialog Event
Description
Event fired when dialogs close. Note: hClosedWnd could refer to a dialog already destroyed
Syntax
Visual Basic |
---|
Public Event OnCloseRemotePanelDialog( _ ByVal PartProg As PartProgram, _ ByVal DialogId As Long, _ ByVal hClosedWnd As Long, _ ByVal Message As String, _ ByVal PushedBtnID As Long _ ) |
Parameters
- PartProg
- DialogId
- hClosedWnd
- Message
- PushedBtnID
See Also