ContentIslandStateChangedEventArgs.DidSiteVisibleChange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.