Is there a C# method that stores all user generated events inside a form? -



Is there a C# method that stores all user generated events inside a form? -

i c# beginner, 4th day programming in c#. writing gui application has handful of buttons, , parse big file, , show parsed info on gui combo box. debugging purpose, , improving quality of code, capture logs of user generated events, preferably storing every button click, or combo box selection made (not every mouse movement, nor form getting focus, or other trivial events) in text file.

c# events logging journal

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -