CallbackNoParameter Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegates that defines a call back with no parameter
public delegate void CallbackNoParameter();
public delegate void CallbackNoParameter();
type CallbackNoParameter = delegate of unit -> unit
Public Delegate Sub CallbackNoParameter()