_ready

Since 3.9

Public Sub _ready ( )

The _ready method is called when the construction of an object is finished, and the object is ready to be used.

It takes no argument, and returns nothing. You can use this method to do object specific initialization.