public event Action Event_name; //Custom events in unityC# comes under System namespace; //Her Event_name is the event created of type Action which is public.