/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * IShareableContentPropertyChangedEventData. * IShareableContentPropertyChangedEventData Interface */ @CoInterface(guid="{3C8210C8-8578-47C6-87A9-FA1AD2BA9873}") public interface IShareableContentPropertyChangedEventData extends IDispatch { static boolean __typelib__loaded = __TypeLib.load(); @DeclDISPID(1610743808) public ShareableContentProperty getProperty() throws ComException; @DeclDISPID(1610743809) public Object getValue() throws ComException; }