"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

to change DefaultTrackableEventHandler.cs,

Hi, I changed the  DefaultTrackableEventHandler.cs,   adding to protected virtual void OnTrackingFound() and protected virtual void OnTrackingLost() events for videoPlayer. And it works. But when I close the project and open it next time  DefaultTrackableEventHandler.cs, returns to its previous version. How can I made changes permanent?

Subclass DefaultTrackableEventHandler and override.  Something like below.