/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * PreviousConversationsManagerNewItemCountChangedEventData. * PreviousConversationsManagerNewItemCountChangedEventData Class */ @CoClass(guid="{D85B4D22-7E0A-40F6-AC97-FB09DF0FF9D0}") public class PreviousConversationsManagerNewItemCountChangedEventData extends Dispatch { static boolean __typelib__loaded = __TypeLib.load(); public PreviousConversationsManagerNewItemCountChangedEventData() throws ComException { super("{D85B4D22-7E0A-40F6-AC97-FB09DF0FF9D0}"); } protected PreviousConversationsManagerNewItemCountChangedEventData(long ndisp) { super(ndisp); } public String toString() { return "[PreviousConversationsManagerNewItemCountChangedEventData" + super.toString() + "]"; } }