IExchangeWriter.ViewableGenerationCompleted event
The event will trigger when viewable generation is completed.It can be either failed or successful. The result of viewable generation is sent by event parameter.
public event EventHandler ViewableGenerationCompleted;
See Also
- interface IExchangeWriter
- namespace Autodesk.DataExchange.Core.Interface