[423] Not Creating an EventHandler in special cases Follow
Hi,
if i write
MenuItem item = new MenuItem("MyMenu", MethodForCallBack);
and MethodForCallBack did not exists its correctly marked red, but in the
quickfixes there is no point for createing a new method, only something
around variables which i can create (which is also correct, because the
MenuItem Constructor is overloaded in different ways)
Regards
Albert
Please sign in to leave a comment.