ContentIslandStateChangedEventArgs.DidSiteEnabledChange 属性

定义

获取是否更改了 ContentIsland 的启用状态。

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

属性值

Boolean

bool

如此,如果 ContentIsland 的启用状态 已更改;否则为 false。

适用于

另请参阅