 | E3DWriterWarningThrown Event |
Occurs when a warning is thrown while processing a simulation document for export.
Namespace: ema3d.Api.V25.Core.ExecutionAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic event ExportWarningThrownEventHandler WarningThrown
Public Event WarningThrown As ExportWarningThrownEventHandler
public:
event ExportWarningThrownEventHandler^ WarningThrown {
void add (ExportWarningThrownEventHandler^ value);
void remove (ExportWarningThrownEventHandler^ value);
}
member WarningThrown : IEvent<ExportWarningThrownEventHandler,
ExportWarningThrownEventArgs>
Value
ExportWarningThrownEventHandler
See Also