This event gets launched when a generic message box closes.
Visual Basic |
---|
Public Event OnPCDMessageBoxClose( _ ByVal PCDMessageBox As PCDMessageBox, _ ByVal PushedBtnID As Long _ ) |
- PCDMessageBox
- An expression that evaluates to a PCDMessageBox object to determine the property sheet for which this event should wait.
- PushedBtnID
- An expression that evaluates to a Long value for an ID of a button that is pressed.