EventArgsDispatcher.Dispatch(BuildEventArgs) Method

Definition

Raise one of the events that is appropriate for the type of the BuildEventArgs

public:
 void Dispatch(Microsoft::Build::Framework::BuildEventArgs ^ buildEvent);
public void Dispatch (Microsoft.Build.Framework.BuildEventArgs buildEvent);
member this.Dispatch : Microsoft.Build.Framework.BuildEventArgs -> unit
Public Sub Dispatch (buildEvent As BuildEventArgs)

Parameters

buildEvent
BuildEventArgs

Applies to