/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * ContentCollectionChangedEventData. * ContentCollectionChangedEventData Class */ @CoClass(guid="{34C459AC-5125-42D4-BF92-B14988F0289E}") public class ContentCollectionChangedEventData extends Dispatch { static boolean __typelib__loaded = __TypeLib.load(); public ContentCollectionChangedEventData() throws ComException { super("{34C459AC-5125-42D4-BF92-B14988F0289E}"); } protected ContentCollectionChangedEventData(long ndisp) { super(ndisp); } public String toString() { return "[ContentCollectionChangedEventData" + super.toString() + "]"; } }