This Property Has the Same Name as an Event

From Xojo Documentation

Error message

You used the name of an event as the name of a property. You need to rename the property.


Examples

Using 'Open' as both the name of an event and a property in a class.