Action Delegate
Encapsulates a method that has no parameters and does not return a value.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[NameAttribute] [IgnoreCastAttribute] [IgnoreGenericAttribute] [ExternalAttribute] public delegate void Action()
<NameAttribute> _ <IgnoreCastAttribute> _ <IgnoreGenericAttribute> _ <ExternalAttribute> _ Public Delegate Sub Action
[NameAttribute] [IgnoreCastAttribute] [IgnoreGenericAttribute] [ExternalAttribute] public delegate void Action()