StatEventHandler Delegate

[C#]

public delegate void StatEventHandler(
  object sender,
  FileAttrs fileAttrs);

Parameters

  • sender: The source of the event.
  • fileAttrs: A FileAttrs.

Remarks

The requested attributes of a file or directory are reported through this delegate.