ahmed elbarbary

ahmed elbarbary

  • NA
  • 1.6k
  • 254.1k

How to know which event fires from start of windows form run

Sep 11 2018 8:21 AM

Problem

How to know which events fires from start of windows form running like load then textchanged etc.... .

I have some variables on load of form .

these variables have override to it .

but i dont know on which place or event fires after load

this windows form is very big coding lines

so that what actually need

Are there are any ways or tools tell me the events fires from program start to specified Process .

Also this is not normal event as load ,text changed these custom events is customized or done by another developers and i dont know any thing about source code .

example

so that i need any way by debug or trace or any way tell me

these events fire as textchange,load because more variables not display with actual values on load

and i have more function not return actual values on load

so that what i do to display event changes or override it .
I use visual studio 2015 .

Answers (1)