Event LoadingErrorOccured
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v9.dll
Occurs when there is a parse error of the design code during loading.
public event EventHandler<DesignerLoadingErrorEventArgs> LoadingErrorOccured
Returns
- EventHandler<DesignerLoadingErrorEventArgs>
- Occurs when there is a parse error of the design code during loading.
- Implements