Method OnIsModalChanged
OnIsModalChanged(bool)
Called after IsModal has changed. Override for post-activation logic.
protected virtual void OnIsModalChanged(bool newIsModal)
Parameters
Remarks
Default implementation does nothing. Overrides should call base to ensure extensibility.
Common uses: setting focus when becoming modal, updating UI state.