/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.uccollaborationlib;
import com.wilutions.com.*;
/**
* ActiveContentChangedEventData.
* ActiveContentChangedEventData Class
*/
@CoClass(guid="{411768F9-A6E5-4857-8A10-7923C9FCBB1E}")
public class ActiveContentChangedEventData extends Dispatch {
static boolean __typelib__loaded = __TypeLib.load();
public ActiveContentChangedEventData() throws ComException {
super("{411768F9-A6E5-4857-8A10-7923C9FCBB1E}");
}
protected ActiveContentChangedEventData(long ndisp) {
super(ndisp);
}
public String toString() {
return "[ActiveContentChangedEventData" + super.toString() + "]";
}
}