RealPathEventHandler Delegate

[C#]

public delegate void RealPathEventHandler(
  object sender,
  string realPath);

Parameters

  • sender: The source of the event.
  • realPath: Returned absolute path with a leading slash ("/").