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