ContentSiteRequestedStateChangedEventArgs.DidRequestedSizeChange Property

Definition

Gets whether the RequestedSize of the ContentSite changed.

public:
 property bool DidRequestedSizeChange { bool get(); };
bool DidRequestedSizeChange();
public bool DidRequestedSizeChange { get; }
var boolean = contentSiteRequestedStateChangedEventArgs.didRequestedSizeChange;
Public ReadOnly Property DidRequestedSizeChange As Boolean

Property Value

Boolean

bool

True, if the RequestedSize changed; otherwise, false.

Applies to