Action sent to a device administrator when the user has changed the password of their device. You can at this point check the characteristics of the new password with DevicePolicyManager.IsActivePasswordSufficient. You will generally handle this in DeviceAdminReceiver.OnPasswordChanged(Android.Content.Context, Android.Content.Intent).
The calling device admin must have requested DeviceAdminInfo.UsesPolicyLimitPassword to receive this broadcast.