Ejemplo n.º 1
0
 public virtual void StringCollectionChange(object pdispStringCollection, WMPLib.WMPStringCollectionChangeEventType change, int lCollectionIndex)
 {
     _WMPOCXEvents_StringCollectionChangeEvent stringcollectionchangeEvent = new _WMPOCXEvents_StringCollectionChangeEvent(pdispStringCollection, change, lCollectionIndex);
     this.parent.RaiseOnStringCollectionChange(this.parent, stringcollectionchangeEvent);
 }
Ejemplo n.º 2
0
 internal void RaiseOnStringCollectionChange(object sender, _WMPOCXEvents_StringCollectionChangeEvent e)
 {
     if ((this.StringCollectionChange != null)) {
         this.StringCollectionChange(sender, e);
     }
 }