/* ** GENEREATED FILE - DO NOT MODIFY ** */
package com.wilutions.mslib.office;
import com.wilutions.com.*;
/**
* IMsoEnvelopeVBEvents.
*
*/
@CoInterface(guid="{000672AD-0000-0000-C000-000000000046}")
public interface IMsoEnvelopeVBEvents extends IDispatch {
static boolean __typelib__loaded = __TypeLib.load();
@DeclDISPID(1) public void onEnvelopeShow() throws ComException;
@DeclDISPID(2) public void onEnvelopeHide() throws ComException;
}