/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * UriChangedEventData. * Represents data for the UriChanged event. */ @CoClass(guid="{B89F18D4-5041-488A-8D81-DE8EBB3A362C}") public class UriChangedEventData extends Dispatch { static boolean __typelib__loaded = __TypeLib.load(); public UriChangedEventData() throws ComException { super("{B89F18D4-5041-488A-8D81-DE8EBB3A362C}"); } protected UriChangedEventData(long ndisp) { super(ndisp); } public String toString() { return "[UriChangedEventData" + super.toString() + "]"; } }