Gets an EventInfo object representing the event with the specified name for the specified target.
An EventInfo object representing the event with the specified name for the specified target, if it found; otherwise, null.
EventInfo info = VGReflectionHelper.GetEventInfo(typeof(Form1), "userControl1.button1.Click");
VGReflectionHelper Class | Novalys.VisualGuard.Security Namespace