This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public sealed class Site
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class Site

The type exposes the following events.

Public Events

  Name Description
Public event Disposing
Event fired when the site is disposing.
Public event Loading
Event fired while loading the site
Public event Started
Event fired when the site has successfully loaded.

See Also

Smartsite.Core Namespace
Advanced