EventArgsDispatcher.Dispatch(BuildEventArgs) Method
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.
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