WriteHandler Delegate

Definition

Delegate to use for writing a string to some location like the console window or the IDE build window.

public delegate void WriteHandler(System::String ^ message);
public delegate void WriteHandler(string message);
type WriteHandler = delegate of string -> unit
Public Delegate Sub WriteHandler(message As String)

Parameters

message
String

Applies to