An NDoc Documented Class Library

PathResolver.PathResolved Event

Occurrs any time a path has been resolved

public event PathResolvedEventHandler PathResolved;

Event Data

The event handler receives an argument of type PathResolverEventArgs containing data related to this event. The following PathResolverEventArgs properties provide information specific to this event.

PropertyDescription
CurrentIndex Returns the index within the original passed to the
Path Returns the current path within the original passed to the
ResolutionType The type of operation being performed on the current path
ResolvedPath Returns the resolution of the current path within the original passed to the
Total Returns the total number of paths in the original passed to the

See Also

PathResolver Class | PathResolver Members | Genghis Namespace