Exemplo n.º 1
0
 public virtual void OnRemoteProgramDisplayed(bool vbDisplayed, uint uDisplayInformation) {
     IMsTscAxEvents_OnRemoteProgramDisplayedEvent onremoteprogramdisplayedEvent = new IMsTscAxEvents_OnRemoteProgramDisplayedEvent(vbDisplayed, uDisplayInformation);
     this.parent.RaiseOnOnRemoteProgramDisplayed(this.parent, onremoteprogramdisplayedEvent);
 }
Exemplo n.º 2
0
 internal void RaiseOnOnRemoteProgramDisplayed(object sender, IMsTscAxEvents_OnRemoteProgramDisplayedEvent e) {
     if ((this.OnRemoteProgramDisplayed != null)) {
         this.OnRemoteProgramDisplayed(sender, e);
     }
 }