It occurs when a form is unloaded.
Syntax
Private Sub vbSkinnerObject_AnyFormUnload (FormName As String, FormObject As Object, nSkinner As vbskpro.Skinner)
Parameters:
FormName: Name of the form where the event takes place. Data type: String
FormObject: It has a reference to the form object. Data type: Object
nSkinner: It has a reference to the Skinner object of the form
where the event takes place.
Note
Although the property ApplyTo is set to skAllForms and there is only on
Skinner in one form, it is automatically added one Skinner object to every form,
in the parameter nSkinner comes a reference to this object.
![]()
| See also: | AnyFormLoad (event) |
![]()