I have a form on that form I have a radiobutton
When the radiobutton changes I want to do some stuff. However I only want to do this if the FormLoad event has fired and dor some wierd reason the radiobutton changed event is getting hit prior to the FormLoad
Call stack is not much use, but its coming from the settings.designer.cs file Anyway short of setting a flag on the onLoadEvent is there some intrinsic property of the form like IsLoaded which i can use to make sure that my radio button code only executes once the form is loaded