OnPropertySheetClose Event
Description
This event gets launched when a generic property sheet is closed.
Syntax
Visual Basic |
---|
Public Event OnPropertySheetClose( _ ByVal PropertySheetDialog As PropertySheetDialog _ ) |
Parameters
- PropertySheetDialog
- An expression that evaluates to a PropertySheetDialog object to determine the property sheet for which this event should wait.
See Also