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 SXMLStack
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class SXMLStack

The type exposes the following events.

Public Events

  Name Description
Public event Added
Occurs when frames are added to the stack.
Public event BeforeOriginChanged
Occurs just before the instruction source changes.
Public event Cleared
Occurs when the stack is cleared.
Public event ContentHit
Occurs when the instruction implementation changes.
Public event OriginChanged
Occurs when the instruction source changes.
Public event Removed
Occurs when frames are removed from the stack.

See Also

Advanced