Click or drag to resize

CatalogEventArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Demo3D.VisualsCatalogEventArgs

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class CatalogEventArgs : EventArgs

The CatalogEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodCatalogEventArgs Constructor.
Top
Fields
 NameDescription
Public fieldCatalogCatalog that generated event.
Public fieldException Any Exception that was generated by the catalog, or null.
Top
See Also