Unicode Controls & Classes for VB6 - Version 4

clsSearchFilesAL.RaiseEvents Property

Gets or sets the ability to receive events from this class

Syntax
Public Property Get RaiseEvents () As Boolean
Public Property Let RaiseEvents (ByVal b As Boolean)
Parameters
Parameter Description
ByVal b As Boolean True for receiving events, False otherwise
Remarks
For receiving events you need to declare the class with the "WithEvents" keyword