ContentSiteRequestedStateChangedEventArgs.DidRequestedSizeChange 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 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.