Occurs after the index has been build.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static event EventHandler<EventArgs> IndexBuild
Public Shared Event IndexBuild As EventHandler(Of EventArgs)
public:
static  event EventHandler<EventArgs^>^ IndexBuild {
	void add (EventHandler<EventArgs^>^ value);
	void remove (EventHandler<EventArgs^>^ value);
}

See Also

Search Class
BlogEngine.Core Namespace