Advertisement
5_2007-2008 VB function enhancement #178389

EventRaise

Make a class that raises an event Public Event BadSsn(ByVal bad_ssn As String) Raise it as in:RaiseEvent BadSsn(ssn) In the main program, declare an instance of the class WithEvents so the program can catch the event. Have fun. Rodney Godfried

AI

Resumen de IA: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Código fuente
original-source
Upload
Comentarios originales (3)
Recuperado de Wayback Machine