Click or drag to resize

ImportEventArgs Class

EventArgs supplied to AfterFileImported events.
Inheritance Hierarchy

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
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