Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

sp webpart base.basewebpart.onafterpropertypanechangesapplied

John Nguyen edited this page Apr 22, 2021 · 2 revisions

Home > @microsoft/sp-webpart-base > BaseWebPart > onAfterPropertyPaneChangesApplied

BaseWebPart.onAfterPropertyPaneChangesApplied() method

This API is invoked after the changes made on the PropertyPane are applied when the PropertyPane is used in Non-Reactive mode. This API is not invoked when the PropertyPane is used in Reactive mode. virtual

Signature:

protected onAfterPropertyPaneChangesApplied(): void;

Returns:

void

Clone this wiki locally