clsSearchFilesAL.RaiseEvents PropertyGets or sets the ability to receive events from this classSyntax
Public Property Get RaiseEvents () As Boolean
Public Property Let RaiseEvents (ByVal b As Boolean) Parameters
Remarks
For receiving events you need to declare the class with the "WithEvents" keyword
|