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