Have the proxy generate an Add and Remove event handler that detects that the target handler is an actor, and if so, wraps to call in Act(). This avoids having to manually and carefully route all incoming event handlers through Act().
Be careful that the original handler is still tracked, so that the correct handler is properly removed.