Encapsulates a method that has no parameters and does not return a value.
Namespace: GroupDocs.Viewer.CommonAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 21.2
Syntaxpublic delegate void Action()
Public Delegate Sub Action
public delegate void Action()
type Action =
delegate of unit -> unit
See Also