using System.Runtime.InteropServices; namespace Interop.NmxAdptr; [ComVisible(false)] [TypeLibType(TypeLibTypeFlags.FHidden)] [ComEventInterface(typeof(IInfoNotify), typeof(IInfoNotify_EventProvider))] public interface IInfoNotify_Event { event IInfoNotify_Fire_OnInfoNotifyEventHandler Fire_OnInfoNotify; }