Event 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.
public delegate System.Threading.Tasks.Task Event(EventData message);
type Event = delegate of EventData -> Task
Public Delegate Function Event(message As EventData) As Task
Parameters
- message
- EventData