This small Roslyn Code Analyser and Code Fix extension for Visual Basic. Permits the programmer to write a RaiseEvent statement, then implement the actual Event later. See the following example. Before Preview After Note: None of the arguments of the event are implemented (yet, hopefully this will be fixed in a future release). Implementation is based on then Roslyn Compiler. |