/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * DescriptionChangedEventData. * Represents data for the DescriptionChanged event. */ @CoClass(guid="{9BF7A83A-92F2-4C1D-91B6-7BE048EFD8A5}") public class DescriptionChangedEventData extends Dispatch { static boolean __typelib__loaded = __TypeLib.load(); public DescriptionChangedEventData() throws ComException { super("{9BF7A83A-92F2-4C1D-91B6-7BE048EFD8A5}"); } protected DescriptionChangedEventData(long ndisp) { super(ndisp); } public String toString() { return "[DescriptionChangedEventData" + super.toString() + "]"; } }