Fix OnSelectedItemChanging example#641
Conversation
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 288626f: ✅ Validation status: passed
For more details, please refer to the build report. |
While technically being valid code, it's nonsensical to use "OnSelectedItemChanging" to set both old and new value to "true" instead of old value to "false" and new value to "true".
|
Learn Build status updates of commit f8a926f: ✅ Validation status: passed
For more details, please refer to the build report. |
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
While technically being valid code, it's nonsensical to use "OnSelectedItemChanging" to set both old and new value to "true" instead of old value to "false" and new value to "true".