CompilationTaskEventHandler 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.
Defines the handler for compilation task events.
public delegate void CompilationTaskEventHandler(CompilationTaskEventType type, string? parentTaskName, string taskName);
type CompilationTaskEventHandler = delegate of CompilationTaskEventType * string * string -> unit
Public Delegate Sub CompilationTaskEventHandler(type As CompilationTaskEventType, parentTaskName As String, taskName As String)
Parameters
- parentTaskName
- String
- taskName
- String