/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.uccollaborationlib;
import com.wilutions.com.*;
/**
* AccessEntryCollectionChangedEventData.
* AccessEntryCollectionChangedEventData Class
*/
@CoClass(guid="{ACA62AD7-05BF-4F21-81EF-F905170DCF23}")
public class AccessEntryCollectionChangedEventData extends Dispatch {
static boolean __typelib__loaded = __TypeLib.load();
public AccessEntryCollectionChangedEventData() throws ComException {
super("{ACA62AD7-05BF-4F21-81EF-F905170DCF23}");
}
protected AccessEntryCollectionChangedEventData(long ndisp) {
super(ndisp);
}
public String toString() {
return "[AccessEntryCollectionChangedEventData" + super.toString() + "]";
}
}