Raises the DocBuildingStep event.
[Visual Basic] Protected Sub OnDocBuildingStep( _ ByVal step As Integer, _ ByVal label As String _ ) [C#] protected void OnDocBuildingStep( int step, string label ); [C++] protected: void OnDocBuildingStep( int step, String* label ); [JScript] protected function OnDocBuildingStep( int step, String label );
BaseDocumenter Class | NDoc.Core Namespace