CatalogEventArgs Constructor |
Constructor.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic CatalogEventArgs(
Catalog catalog,
Exception exception
)
Parameters
- catalog Catalog
- Catalog generating the event.
- exception Exception
- Any Exception that was generated by the catalog, or null.
See Also