Events: Trigger a warning if the default action is not callable
This adds a warning in the case that the default action is not null but also not callable which can happen when the supplied method is not public.
Please register or sign in to comment