c# Programming Glossary: onhello
Create COM/ActiveXObject in C#, use from JScript, with simple event http://stackoverflow.com/questions/11175145/create-com-activexobject-in-c-use-from-jscript-with-simple-event IGreet DispId 1 string Hello string name DispId 2 Object onHello get set Then the implementation ProgId Cheeso.Greet ComVisible.. public partial class Greet IGreet public Object onHello get set public String Hello string name var r FireEvent return.. method. This worked for me. private string FireEvent if onHello null return N A onHello .GetType .InvokeMember BindingFlags.InvokeMethod..
|