ContentIslandStateChangedEventArgs.DidSiteVisibleChange Property

Definition

Gets whether the ContentIsland visibility changed.

public:
 property bool DidSiteVisibleChange { bool get(); };
bool DidSiteVisibleChange();
public bool DidSiteVisibleChange { get; }
var boolean = contentIslandStateChangedEventArgs.didSiteVisibleChange;
Public ReadOnly Property DidSiteVisibleChange As Boolean

Property Value

Boolean

bool

True, if the ContentIsland visibility changed; otherwise, false.

Applies to

See also