/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * IIsContributingChangedEventData. * IIsContributingChangedEventData Interface */ @CoInterface(guid="{D5C1C8FB-DC8A-45A3-AAA3-53B89D43CDE4}") public interface IIsContributingChangedEventData extends IDispatch { static boolean __typelib__loaded = __TypeLib.load(); @DeclDISPID(1610743808) public Boolean getIsContributing() throws ComException; }