Object.Raise (gb)

Desde 3.8

Static Function Raise ( Object As Object, Event As String [ , Arguments As Array ] ) As Boolean

Tell an object to raise one of its event.

  • Object : the object that will raise the event.

  • Event : the event name.

  • Arguments : the event arguments as a Variant array.

You must know what you are doing when using this method. If you don't know, don't use it!