Table of Contents
Action Delegate

Encapsulates a method that has no parameters and does not return a value.

Namespace: EO.Base
Assembly: EO.Base (in EO.Base.dll)

Syntax
 public delegate void Action();
See Also