Being a newbie myself, I'm not sure, but it would seem like you have given your EditText view different values for 'Name' and 'EventName'.
When I add a view in Designer and give it a 'Name', then Tab off the 'Name' it automatically gives the 'EventName' the same name. This makes it simple to know what belongs to what in the Module.
I'm not sure how you add your Dim statements and Event statements, but I always use the Tools ... Generate Members to do it, then I know there are no typo's etc. Also then you never have to worry about initializing those objects.
Hope that helps.
PS I first struggled to even find any of your views, because the panel was way off the screen on my emulator. Is everything meant to be so far off to the right?