DataGrid REALbasic Plugin

DataGrid.ControlCreated Event

This event is fired when the control has been safely created.

ControlCreated()

Parameters

Remarks

You will in all cases want to use this event rather than the Open event. REALbasic fires the Open event of a control before the control has a valid draw context which makes it unsafe. The ControlCreated event fires after the control has a valid draw context which makes it safe.

See Also

DataGrid Control