/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.uccollaborationlib;
import com.wilutions.com.*;
/**
* GroupMemberChangedEventData.
* Represents data for the GroupMemberChanged event.
*/
@CoClass(guid="{BBC00952-0DC4-4ABC-89F7-5336C525B8AE}")
public class GroupMemberChangedEventData extends Dispatch {
static boolean __typelib__loaded = __TypeLib.load();
public GroupMemberChangedEventData() throws ComException {
super("{BBC00952-0DC4-4ABC-89F7-5336C525B8AE}");
}
protected GroupMemberChangedEventData(long ndisp) {
super(ndisp);
}
public String toString() {
return "[GroupMemberChangedEventData" + super.toString() + "]";
}
}