Click or drag to resize

ImportEventArgs Class

EventArgs supplied to AfterFileImported events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Demo3D.VisualsImportEventArgs

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

The ImportEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodImportEventArgs
Initializes a new instance of the ImportEventArgs class
Top
Fields
  NameDescription
Public fieldImportPath
The full path of the imported file including the extension.
Public fieldVisual
The root visual of the resulting import.
Top
See Also