/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.uccollaborationlib;
import com.wilutions.com.*;
/**
* GroupCollectionChangedEventData.
* Represents data for the GroupCollection event.
*/
@CoClass(guid="{AB12B906-DE1A-4FB7-8D1A-774A04C7F3DC}")
public class GroupCollectionChangedEventData extends Dispatch {
static boolean __typelib__loaded = __TypeLib.load();
public GroupCollectionChangedEventData() throws ComException {
super("{AB12B906-DE1A-4FB7-8D1A-774A04C7F3DC}");
}
protected GroupCollectionChangedEventData(long ndisp) {
super(ndisp);
}
public String toString() {
return "[GroupCollectionChangedEventData" + super.toString() + "]";
}
}