Click or drag to resize

CatalogEventArgs Class

Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Demo3D.VisualsCatalogEventArgs

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

The CatalogEventArgs type exposes the following members.

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