Is it possible to access OnValidate() when using a custom inspector?

I recently made a custom inspector and I just realized that my OnValidate() is not being called when I edit a variable in the Inspector. Any ideas on how to get my calls back to OnValidate() again while keeping the custom inspector I used?

invoke OnValidate() manually when GUI.changed == true