StylecopHandlers.

OnOutputGenerated(object, OutputEventArgs) Method

Summary

Called when Stylecop output has been generated.
Assembly
Cake.StyleCop.dll
Namespace
Cake.Stylecop
Containing Type
StylecopHandlers

Syntax

public void OnOutputGenerated(object sender, OutputEventArgs args)

Parameters

Name Type Description
sender object The sender.
args OutputEventArgs The event args.

Return Value

Type Description
void