/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.uccollaborationlib;
import com.wilutions.com.*;
/**
* VideoViewInformationChangedEventData.
* VideoViewStateChangedEventData Class
*/
@CoClass(guid="{A13F4AB3-C0FC-466A-9457-2DF0AD8C74ED}")
public class VideoViewInformationChangedEventData extends Dispatch {
static boolean __typelib__loaded = __TypeLib.load();
public VideoViewInformationChangedEventData() throws ComException {
super("{A13F4AB3-C0FC-466A-9457-2DF0AD8C74ED}");
}
protected VideoViewInformationChangedEventData(long ndisp) {
super(ndisp);
}
public String toString() {
return "[VideoViewInformationChangedEventData" + super.toString() + "]";
}
}