public ReferencesEvents()
 {
     CreateFromProgId("VBIDE.ReferencesEvents");
     _sinkHelper = new _dispReferencesEvents_SinkHelper(this);
 }
 public ReferencesEvents(string progId)
 {
     CreateFromProgId(progId);
     _sinkHelper = new _dispReferencesEvents_SinkHelper(this);
 }
 public ReferencesEvents(COMObject parentObject, object comProxy, Type comProxyType) : base(parentObject, comProxy, comProxyType)
 {
     _sinkHelper = new _dispReferencesEvents_SinkHelper(this);
 }